feat: layout improvements

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent fb983f23dd
commit 8e7b8bd75f
3 changed files with 30 additions and 14 deletions
+5
View File
@@ -14,6 +14,11 @@
background: theme('colors.red.600');
}
.toastify--error {
@apply text-gray-100;
background: theme('colors.red.700');
}
.toastify--info {
@apply text-gray-100;
background: theme('colors.primary');