File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
lib/algora_web/components/ui Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -236,20 +236,20 @@ input:-webkit-autofill:active {
236
236
--radius : 0.5rem ;
237
237
}
238
238
.dark {
239
- --background : 255 0 % 0 % ;
240
- --foreground : 255 0% 90 % ;
241
- --card : 255 10% 5 % ;
242
- --card-foreground : 255 0% 90 % ;
243
- --popover : 255 10% 5 % ;
244
- --popover-foreground : 255 0% 90 % ;
239
+ --background : 240 10 % 3.9 % ;
240
+ --foreground : 0 0% 98 % ;
241
+ --card : 240 10% 3.9 % ;
242
+ --card-foreground : 0 0% 98 % ;
243
+ --popover : 240 10% 3.9 % ;
244
+ --popover-foreground : 0 0% 98 % ;
245
245
--primary : 161 93.5% 30.4% ;
246
246
--primary-foreground : 0 0% 100% ;
247
- --secondary : 255 10 % 10 % ;
248
- --secondary-foreground : 0 0% 100 % ;
249
- --muted : 217 10 % 15% ;
250
- --muted-foreground : 255 0 % 60 % ;
251
- --accent : 217 10 % 15% ;
252
- --accent-foreground : 255 0% 90 % ;
247
+ --secondary : 240 3.7 % 15.9 % ;
248
+ --secondary-foreground : 0 0% 98 % ;
249
+ --muted : 240 3.7 % 15.9 % ;
250
+ --muted-foreground : 240 5 % 64.9 % ;
251
+ --accent : 240 3.7 % 15.9 % ;
252
+ --accent-foreground : 0 0% 98 % ;
253
253
--destructive : 0 91% 71% ;
254
254
--destructive-foreground : 0 86% 97% ;
255
255
--destructive-50 : 0 86% 97% ;
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ defmodule AlgoraWeb.Components.UI.Button do
53
53
"hover:destructive" =>
54
54
"bg-background border-input hover:bg-destructive/30 text-accent-foreground hover:border-destructive focus-visible:outline-destructive-600 data-[state=open]:bg-destructive-500/80 data-[state=open]:outline-destructive-600 shadow border" ,
55
55
"outline" => "border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground" ,
56
- "secondary" => "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80" ,
56
+ "secondary" =>
57
+ "bg-secondary hover:bg-secondary/80 text-foreground border-secondary-foreground/20 hover:border-secondary-foreground/40 focus-visible:outline-secondary-foreground shadow border" ,
57
58
"ghost" => "hover:bg-accent hover:text-accent-foreground" ,
58
59
"link" => "text-primary underline-offset-4 hover:underline"
59
60
} ,
You can’t perform that action at this time.
0 commit comments