style(front): Red top border for dangerous modals

This commit is contained in:
ArneBo 2025-01-20 17:41:31 +01:00
parent ba14007b12
commit b7ea9c4ff0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
grid-template-rows: auto 1fr auto;
&.is-destructive {
border: 2px solid var(--fw-red-500);
border-top: 24px solid var(--fw-red-400);
> h2 {
&.destructive-header {