diff --git a/resources/css/app.css b/resources/css/app.css index 10ca8377e..be81da95b 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -50,7 +50,7 @@ button[type="submit"] { @apply hover:bg-coolgray-400 btn h-7 btn-xs border-none bg-coolgray-200 no-animation normal-case text-white rounded; } button[isWarning] { - @apply bg-error; + @apply bg-error hover:bg-error; } button[isHighlighted] { @apply btn-primary text-white; diff --git a/resources/views/components/naked-modal.blade.php b/resources/views/components/naked-modal.blade.php index d6092028a..2a0f5a3f3 100644 --- a/resources/views/components/naked-modal.blade.php +++ b/resources/views/components/naked-modal.blade.php @@ -5,7 +5,7 @@ ])