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:
parent
b70afcf16c
commit
8062432654
5 changed files with 47 additions and 4 deletions
|
@ -75,4 +75,15 @@
|
|||
body {
|
||||
@apply bg-sidebar text-foreground;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
@apply border-border outline-ring/50;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue