diff --git a/assets/css/app.scss b/assets/css/app.scss index 5f54db94c4..13d644b56d 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -150,19 +150,19 @@ } .alert-info { - @apply text-white bg-blue-400; + @apply text-white bg-ch-info; } .alert-warning { - @apply text-yellow-700 bg-yellow-100; + @apply text-gray-900 bg-ch-warning; } .alert-success { - @apply text-white bg-green-400; + @apply text-gray-900 bg-ch-success; } .alert-danger { - @apply text-white bg-red-500; + @apply text-white bg-ch-error; } // Tabs