From b7ea9c4ff00941670c9afcc757d17350837e2e2d Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 20 Jan 2025 17:41:31 +0100 Subject: [PATCH] style(front): Red top border for dangerous modals --- front/src/components/ui/modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/ui/modal.scss b/front/src/components/ui/modal.scss index bbd27f258..ccf40f8c9 100644 --- a/front/src/components/ui/modal.scss +++ b/front/src/components/ui/modal.scss @@ -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 {