Skip to content

Commit

Permalink
fix: a better solution for rounding Reactions' buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruminat committed Dec 23, 2024
1 parent 79e885e commit e804d78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/components/Reactions/Reaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export function Reaction(props: ReactionInnerProps) {
selected={selected}
view="outlined"
extraProps={{value}}
pin="circle-circle"
onClick={onClickCallback}
>
<Button.Icon>
Expand Down
4 changes: 0 additions & 4 deletions src/components/Reactions/Reactions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ $block: '.#{variables.$ns}reactions';
padding: 16px;
}

&__reaction-button {
--g-button-border-radius: 16px;
}

&__reaction-button-content_size_xs {
font-size: 12px;
}
Expand Down

0 comments on commit e804d78

Please sign in to comment.