mirror of
https://github.com/immich-app/immich.git
synced 2025-10-17 03:50:35 -04:00
fix: border around dark theme button on onboarding page (#20846)
fix border around dark theme button
This commit is contained in:
parent
3138048b96
commit
3bfa8b7575
@ -24,7 +24,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="dark w-1/2 aspect-square bg-light rounded-3xl dark:border-[3px] dark:border-immich-dark-primary border border-transparent"
|
class="w-1/2 aspect-square bg-dark dark:bg-light rounded-3xl transition-all shadow-sm hover:shadow-xl dark:border-[3px] dark:border-immich-dark-primary border border-transparent"
|
||||||
onclick={() => themeManager.setTheme(Theme.DARK)}
|
onclick={() => themeManager.setTheme(Theme.DARK)}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user