feat: layout improvements

This commit is contained in:
Björn Fromme
2025-11-21 12:44:06 +01:00
parent 9d28d2f102
commit ce1b9ece09
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');