Skip to content

Commit 0270d79

Browse files
Fabio BrasileiroFabio Brasileiro
authored andcommitted
ajuste
1 parent ed9b8e2 commit 0270d79

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<div class=" rounded-3xl p-1 flex justify-center items-center">
2-
<button (click)="themeSwitch()" class="sun text-white"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
3-
fill="currentColor" class="bi bi-moon-fill" viewBox="0 0 16 16">
1+
<div
2+
class=" rounded-3xl p-1 flex justify-center items-center bg-zinc-200 border-gray-500 dark:bg-gray-800 dark:border-gray-500 border">
3+
<button (click)="themeSwitch()" class="sun "><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
4+
fill="currentColor" class="bi bi-moon-fill dark:text-white text-black" viewBox="0 0 16 16">
45
<path
56
d="M6 .278a.77.77 0 0 1 .08.858 7.2 7.2 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277q.792-.001 1.533-.16a.79.79 0 0 1 .81.316.73.73 0 0 1-.031.893A8.35 8.35 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.75.75 0 0 1 6 .278" />
67
</svg></button>
78
<button (click)="themeSwitch()" class="moon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
8-
fill="currentColor" class="bi bi-brightness-high-fill" viewBox="0 0 16 16">
9+
fill="currentColor" class="bi bi-brightness-high-fill dark:text-white text-black" viewBox="0 0 16 16">
910
<path
1011
d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0M8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0m0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13m8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5M3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8m10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0m-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707M4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708" />
1112
</svg></button>
12-
</div>
13+
</div>

0 commit comments

Comments
 (0)