We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cdf8c commit 36fcc6bCopy full SHA for 36fcc6b
src/ui/button-side-aligned.tsx
@@ -62,7 +62,7 @@ export const ButtonSideAligned = (props: Props) => {
62
outline &&
63
css({
64
backgroundColor: parsedColor
65
- .lighten(isDarkTheme() ? 0.35 : 0.4)
+ .lighten(isDarkTheme() ? 0.25 : 0.4)
66
.toHex(),
67
color: mainColor,
68
}),
src/ui/button.tsx
@@ -68,7 +68,7 @@ export const Button = (props: Props) => {
69
70
71
72
73
74
":hover": {
0 commit comments