From 8dcd445df621736e1ab46c8739abd1556f2c81a0 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 9 Feb 2019 14:33:39 -0800 Subject: [PATCH] Migrate yellows --- resources/assets/styles/components/notifications.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;