@@ -70,12 +70,12 @@ export default function Preferences() {
70
70
selected = { theme === "light" }
71
71
onClick = { ( ) => actuallySetTheme ( "light" ) }
72
72
>
73
- < div className = "flex-grow flex justify-center items-end" >
74
- < svg className = "h-16" xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 108 64 ">
75
- < rect width = "68" height = "40" x = "40" fill = "#C4C4C4" rx = "8" />
76
- < rect width = "32" height = "16" fill = "#C4C4C4" rx = "8" />
77
- < rect width = "32" height = "16" y = "24" fill = "#C4C4C4" rx = "8" />
78
- < rect width = "32" height = "16" y = "48" fill = "#C4C4C4" rx = "8" />
73
+ < div className = "flex-grow flex items-end p-1 " >
74
+ < svg width = "112" height = "64" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
75
+ < path
76
+ d = "M0 8a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8ZM0 32a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8ZM0 56a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8ZM40 6a6 6 0 0 1 6-6h60a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H46a6 6 0 0 1-6-6V6Z"
77
+ fill = "#D6D3D1"
78
+ />
79
79
</ svg >
80
80
</ div >
81
81
</ SelectableCardSolid >
@@ -85,12 +85,12 @@ export default function Preferences() {
85
85
selected = { theme === "dark" }
86
86
onClick = { ( ) => actuallySetTheme ( "dark" ) }
87
87
>
88
- < div className = "flex-grow flex justify-center items-end" >
89
- < svg className = "h-16" xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 108 64 ">
90
- < rect width = "68" height = "40" x = "40" fill = "#737373" rx = "8" />
91
- < rect width = "32" height = "16" fill = "#737373" rx = "8" />
92
- < rect width = "32" height = "16" y = "24" fill = "#737373" rx = "8" />
93
- < rect width = "32" height = "16" y = "48" fill = "#737373" rx = "8" />
88
+ < div className = "flex-grow flex items-end p-1 " >
89
+ < svg width = "112" height = "64" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
90
+ < path
91
+ d = "M0 8a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8ZM0 32a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8ZM0 56a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8ZM40 6a6 6 0 0 1 6-6h60a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H46a6 6 0 0 1-6-6V6Z"
92
+ fill = "#78716C"
93
+ />
94
94
</ svg >
95
95
</ div >
96
96
</ SelectableCardSolid >
@@ -100,16 +100,17 @@ export default function Preferences() {
100
100
selected = { theme === "system" }
101
101
onClick = { ( ) => actuallySetTheme ( "system" ) }
102
102
>
103
- < div className = "flex-grow flex justify-center items-end" >
104
- < svg className = "h-16" xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 108 64" >
105
- < rect width = "68" height = "40" x = "40" fill = "#C4C4C4" rx = "8" />
103
+ < div className = "flex-grow flex items-end p-1" >
104
+ < svg width = "112" height = "64" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
105
+ < path
106
+ d = "M0 8a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8ZM40 6a6 6 0 0 1 6-6h60a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H46a6 6 0 0 1-6-6V6Z"
107
+ fill = "#D9D9D9"
108
+ />
106
109
< path
107
- fill = "#737373 "
108
- d = "M74.111 3.412A8 8 0 0180.665 0H100a8 8 0 018 8v24a8 8 0 01-8 8H48.5L74.111 3.412z "
110
+ d = "M84 0h22a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H68L84 0ZM0 32a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8Z "
111
+ fill = "#78716C "
109
112
/>
110
- < rect width = "32" height = "16" fill = "#C4C4C4" rx = "8" />
111
- < rect width = "32" height = "16" y = "24" fill = "#737373" rx = "8" />
112
- < rect width = "32" height = "16" y = "48" fill = "#C4C4C4" rx = "8" />
113
+ < path d = "M0 56a8 8 0 0 1 8-8h16a8 8 0 1 1 0 16H8a8 8 0 0 1-8-8Z" fill = "#D9D9D9" />
113
114
</ svg >
114
115
</ div >
115
116
</ SelectableCardSolid >
0 commit comments