Skip to content

Commit

Permalink
Keep button size
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Jul 26, 2024
1 parent 5b57ac3 commit f4d4caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/components/events/groupingInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function EventGroupingInfo({event, projectSlug, group}: GroupingInfoProps
<FeatureFeedback
featureName="grouping"
feedbackTypes={groupingFeedbackTypes}
buttonProps={{size: 'xs'}}
buttonProps={{size: 'sm'}}
/>
</ConfigHeader>
{isError ? (
Expand Down

0 comments on commit f4d4caa

Please sign in to comment.