From f08e3070e90b00235c5132dc625c7e29dd6e8209 Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Wed, 16 Jun 2021 13:54:44 -0700 Subject: [PATCH] restore warning color --- src/styles/_bootstrap-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_bootstrap-theme.scss b/src/styles/_bootstrap-theme.scss index 89564c8e..e47c0ece 100644 --- a/src/styles/_bootstrap-theme.scss +++ b/src/styles/_bootstrap-theme.scss @@ -5,7 +5,7 @@ $light: #7d81a5 !default; $dark: #2b2e43 !default; $muted: #7d7f8c !default; $danger: #fa5455 !default; -$warning: #fbbd34 !default; +$warning: #ffc107 !default; $secondary: #3a3d5a !default; $info: #794bc4 !default; $primary: #0073ff !default;