mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</button>
|
||||
<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)}
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue