Skip to content

Commit

Permalink
Merge pull request #1234 from chainapsis/rowan/KEPLR-523
Browse files Browse the repository at this point in the history
[KEPLR-523] Change secondary button color on dark mode
  • Loading branch information
Thunnini authored Nov 7, 2024
2 parents bc39df9 + 7f02578 commit c4cdd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/extension/src/components/button/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ const buttonStyleFromColorAndMode: Record<
dark: {
fill: {
enabled: css`
background-color: ${ColorPalette["gray-400"]};
background-color: ${ColorPalette["gray-500"]};
${makeTextAndSvgColor(ColorPalette["white"])}
:hover {
::after {
background-color: ${ColorPalette["gray-500"]};
background-color: ${ColorPalette["gray-600"]};
opacity: 0.2;
}
}
Expand Down

0 comments on commit c4cdd2d

Please sign in to comment.