diff --git a/resources/assets/styles/components/notifications.css b/resources/assets/styles/components/notifications.css index b3f7896cc..ce4a72f2f 100644 --- a/resources/assets/styles/components/notifications.css +++ b/resources/assets/styles/components/notifications.css @@ -37,7 +37,7 @@ } &.warning { - @apply .bg-yellow-dark .border-yellow-darker .text-yellow-lightest; + @apply .bg-yellow-600 .border-yellow-800 .text-yellow-50; & > .title { @apply .bg-yellow;