Skip to content

Commit fdd8a70

Browse files
committed
fix: add missing newline at end of file in globals.css and format theme.ts
1 parent a184883 commit fdd8a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ html {
7474

7575
main {
7676
height: 100%;
77-
}
77+
}

app/styles/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Button = {
2626
bg: "hsl(var(--success))",
2727
color: "black",
2828
"& svg path": {
29-
fill: "black",
29+
fill: "black",
3030
},
3131
_disabled: {
3232
color: "hsl(var(--success) / 0.4)",

0 commit comments

Comments
 (0)