File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ export default function ThemeSwitcher() {
5151 title = "Change theme"
5252 aria-label = "Change theme"
5353 >
54- < svg className = "w-4 h-4" fill = "none" stroke = "currentColor" strokeWidth = "2" viewBox = "0 0 24 24" >
55- < path d = "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z" />
56- < path d = "M12 2c3 2.5 4.5 6 4.5 10s-1.5 7.5-4.5 10 " />
57- < path d = "M12 2c-3 2.5-4.5 6-4.5 10s1.5 7.5 4.5 10 " />
58- < path d = "M2 12h20 " />
54+ < svg className = "w-4 h-4" fill = "none" stroke = "currentColor" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" viewBox = "0 0 24 24" >
55+ < path d = "M12 2a10 10 0 1 0 0 20 2 2 0 0 0 1.4-3.4 2 2 0 0 1 1.4-3.4H18a4 4 0 0 0 4-4 10 10 0 0 0-10-9. 2z" />
56+ < circle cx = "7.5" cy = "10.5" r = "1" fill = "currentColor " />
57+ < circle cx = "12" cy = "7" r = "1" fill = "currentColor " />
58+ < circle cx = "16.5" cy = "10.5" r = "1" fill = "currentColor " />
5959 </ svg >
6060 </ button >
6161 { open && (
You can’t perform that action at this time.
0 commit comments