Skip to content

Commit

Permalink
style: Changed Button coloring for the OptionsButton in List items to…
Browse files Browse the repository at this point in the history
… secondary
  • Loading branch information
BenniEngel committed Nov 12, 2024
1 parent a46f416 commit aace949
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const OptionsButton: FC<Props> = (props) => {
<ContextMenuTrigger>
<Button
variant="plain"
color="secondary"
className={className}
aria-label={stringFormatter.format("list.options")}
>
Expand Down

0 comments on commit aace949

Please sign in to comment.