Skip to content

Commit

Permalink
fix(button): correct color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukioru committed Mar 4, 2024
1 parent d5c9e0c commit aade80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/button/src/Button.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ const primaryTextTheme = ({ theme }) => css`
&:focus {
color: ${getTheme(theme, 'colors.primary')};
background-color: ${getTheme(theme, 'colors.focusPrimaryText')};
background-color: ${getTheme(theme, 'colors.lightPrimary')};
}
&:active {
Expand Down

0 comments on commit aade80a

Please sign in to comment.