1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-02 12:59:20 +00:00

NORY-46: replace checkbox with switch

This commit is contained in:
Markus Thielker 2025-02-25 17:13:56 +01:00
parent b70afcf16c
commit 8062432654
5 changed files with 47 additions and 4 deletions

View file

@ -75,4 +75,15 @@
body {
@apply bg-sidebar text-foreground;
}
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}