Skip to content

Commit cd37111

Browse files
ref(alerts): Match button size to input size in builder (#18468)
1 parent fdc05e6 commit cd37111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/static/sentry/app/views/settings/incidentRules/triggers/actionsPanel/deleteActionButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function DeleteActionButton(props: Props) {
1818
return (
1919
<Button
2020
type="button"
21-
size="xsmall"
21+
size="small"
2222
icon={<IconDelete size="xs" />}
2323
aria-label={t('Remove action')}
2424
{...props}

0 commit comments

Comments
 (0)