feat: add settings dialog

This commit is contained in:
Li Xin
2025-04-22 11:04:03 +08:00
parent 6987ca67c3
commit 9269699ba7
12 changed files with 1261 additions and 0 deletions

View File

@@ -229,3 +229,12 @@ textarea {
@apply border;
}
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}