Update border color for success alerts

This commit is contained in:
Benjamin Beganović 2024-03-04 18:36:31 +01:00
parent 40cbfcc736
commit 2678ccbfbc

View File

@ -3,7 +3,7 @@
}
.alert-success {
@apply border-green-500;
@apply border-emerald-500;
}
.alert-failure {