Enhance the color of switch control for both light and dark theme. Fixes #5271

This commit is contained in:
Murtuza Zabuawala 2020-03-19 13:59:03 +05:30 committed by Akshay Joshi
parent 4fe69e825e
commit 83785da1bc
3 changed files with 4 additions and 3 deletions

View File

@ -14,6 +14,7 @@ New features
Housekeeping
************
| `Issue #5271 <https://redmine.postgresql.org/issues/5271>`_ - Enhance the color of switch control for both light and dark theme.
Bug fixes
*********

View File

@ -25,7 +25,7 @@ $color-danger-lighter: #FAECEC !default;
$color-success: #43a047 !default;
$color-success-fg: $black !default;
$color-success-light: #DDF1DE !default;
$color-success-light: #D9ECDA !default;
$color-warning: #eea236 !default;
$color-warning-fg: $black !default;

View File

@ -17,9 +17,9 @@ $color-danger-fg: $white;
$color-danger-light: #914649;
$color-danger-lighter: #212121;
$color-success: #1a522b;
$color-success: #43a047;
$color-success-fg: $black;
$color-success-light: #5a7863;
$color-success-light: #2B472C;
$color-warning: #eea236;
$color-warning-fg: $black;