tweak alert button colors

This commit is contained in:
shibao 2022-02-05 14:18:12 -05:00
parent 45e977ba0f
commit 1cda610fbf

View File

@ -36,8 +36,8 @@
}
.btn-alert {
@apply bg-red-500 focus:bg-red-600 active:bg-red-600;
@apply border-red-500 focus:border-red-600 active:border-red-600;
@apply bg-red-600 focus:bg-red-700 active:bg-red-800;
@apply border-red-600 focus:border-red-700 active:border-red-800;
@apply text-white;
}