Skip to content

Commit 9f84d89

Browse files
authored
Update app.css - add missing hsl() (#153)
Missing `hsl()`
1 parent da476db commit 9f84d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
--card: hsl(0 0% 3.9%);
128128
--card-foreground: hsl(0 0% 98%);
129129
--popover: hsl(0 0% 3.9%);
130-
--popover-foreground: 0 0% 98%;
130+
--popover-foreground: hsl(0 0% 98%);
131131
--primary: hsl(0 0% 98%);
132132
--primary-foreground: hsl(0 0% 9%);
133133
--secondary: hsl(0 0% 14.9%);

0 commit comments

Comments
 (0)