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 {