Skip to content

Commit

Permalink
AB-1 fix: Change the light icon button color back to tertiary
Browse files Browse the repository at this point in the history
  • Loading branch information
aushwin committed Nov 14, 2024
1 parent 15b8b9b commit be6a508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const LightIconButton = ({
Icon,
active = false,
size = 'small',
accent = 'secondary',
accent = 'tertiary',
disabled = false,
focus = false,
onClick,
Expand Down

0 comments on commit be6a508

Please sign in to comment.