Skip to content

Commit d2c2771

Browse files
committed
feat: adjust theme button icon.
1 parent bc05d55 commit d2c2771

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/src/components/ThemeSwitcher.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 && (

0 commit comments

Comments
 (0)