From aec98178b8a16d66baf806fef89b09310a36f227 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 26 Mar 2020 23:44:36 +0200 Subject: [PATCH] ModalDialog colors updated --- src/common/ModalDialog/styles.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/common/ModalDialog/styles.less b/src/common/ModalDialog/styles.less index 41066d014..fb3687b5a 100644 --- a/src/common/ModalDialog/styles.less +++ b/src/common/ModalDialog/styles.less @@ -26,12 +26,12 @@ display: block; width: 100%; height: 100%; - fill: @color-surface-dark1; + fill: @color-surface-dark1-90; } &:hover, &:focus { .icon { - fill: @color-surface-light1; + fill: @color-surface-light1-90; } } @@ -86,7 +86,7 @@ background-color: @color-accent3; &:hover { - background-color: @color-accent3-light2; + background-color: @color-accent3-light1; } &:focus { @@ -102,7 +102,7 @@ width: 1.2rem; height: 1.2rem; margin-right: .5rem; - fill: @color-surface-light5; + fill: @color-surface-light5-90; } .label { @@ -111,7 +111,8 @@ flex-basis: auto; max-height: 3.6em; font-size: 1.1rem; + font-weight: 500; text-align: center; - color: @color-surface-light5; + color: @color-surface-light5-90; } } \ No newline at end of file