Commit 7d5d67c 1 parent 4cd3b26 commit 7d5d67c Copy full SHA for 7d5d67c
File tree 4 files changed +12
-16
lines changed
4 files changed +12
-16
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " gregmat-buddy " : patch
3
+ ---
4
+
5
+ options page dark theme improved
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
</Tooltip .Content >
32
32
</Tooltip .Root >
33
33
{/if }
34
- <Switch {id } bind:checked />
34
+ <Switch
35
+ {id }
36
+ bind:checked
37
+ class =" dark:data-[state=checked]:bg-slate-600 dark:data-[state=unchecked]:bg-slate-300"
38
+ />
35
39
</div >
36
40
</div >
Original file line number Diff line number Diff line change 58
58
}
59
59
</script >
60
60
61
- <main class =" h-lvh dark:bg-black dark:text-white" >
61
+ <main class =" h-lvh dark:bg-slate-800 dark:text-white" >
62
62
<div class =" h-lvh grid place-items-center" >
63
63
<Tabs .Root value =" general" class =" w-[400px]" >
64
- <Tabs .List class =" w-[400px]" >
64
+ <Tabs .List class =" w-[400px] dark:bg-slate-700 " >
65
65
<Tabs .Trigger value =" general" class =" w-full" >General</Tabs .Trigger >
66
66
<Tabs .Trigger value =" gregmat" class =" w-full" >GregMat</Tabs .Trigger >
67
67
<Tabs .Trigger value =" prepswift" class =" w-full" >PrepSwift</Tabs .Trigger >
You can’t perform that action at this time.
0 commit comments