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 a184883 commit fdd8a70Copy full SHA for fdd8a70
app/styles/globals.css
@@ -74,4 +74,4 @@ html {
74
75
main {
76
height: 100%;
77
-}
+}
app/styles/theme.ts
@@ -26,7 +26,7 @@ const Button = {
26
bg: "hsl(var(--success))",
27
color: "black",
28
"& svg path": {
29
- fill: "black",
+ fill: "black",
30
},
31
_disabled: {
32
color: "hsl(var(--success) / 0.4)",
0 commit comments