From aa2c3c0fc0d6600ad16c56f499ae7e304cf9cb62 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 16 May 2020 12:56:43 +0300 Subject: [PATCH] Fix colors --- src/DashboardView/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DashboardView/style.scss b/src/DashboardView/style.scss index 21f78b9..51d98ab 100644 --- a/src/DashboardView/style.scss +++ b/src/DashboardView/style.scss @@ -1,8 +1,8 @@ $component-padding-x: 4px; $component-padding-y: 2px; -$success-color: #1fb840; -$error-color: #dc3545; +$success-color: green; +$error-color: red; $waring-color: #d49e00; @mixin with-padding {