chore: format frontend with prettier

This commit is contained in:
forgejo-bot
2026-05-06 18:00:11 +00:00
parent 6fb9fadd11
commit 703e429e5c
17 changed files with 464 additions and 480 deletions
+3 -3
View File
@@ -2,13 +2,13 @@
@import "@catppuccin/tailwindcss/macchiato.css";
.ui-btn {
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 cursor-pointer transition-colors;
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 cursor-pointer transition-colors;
}
.ui-btn:hover {
@apply bg-ctp-surface0 text-ctp-green border-ctp-green duration-300 ease-in-out;
@apply bg-ctp-surface0 text-ctp-green border-ctp-green duration-300 ease-in-out;
}
.ui-btn-active {
@apply bg-ctp-surface0 text-ctp-green border-ctp-green;
@apply bg-ctp-surface0 text-ctp-green border-ctp-green;
}