From a6fa931b041e1361a5a033547dafa7617fac42e3 Mon Sep 17 00:00:00 2001 From: goodmice Date: Wed, 28 Dec 2022 18:22:39 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B=D0=B5=20?= =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20=D0=B8=20=D1=86=D0=B2=D0=B5?= =?UTF-8?q?=D1=82=D0=B0=20=D0=B0=D0=BB=D0=B5=D1=80=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/include/antd_theme.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/include/antd_theme.less b/src/styles/include/antd_theme.less index 5892e59..90c5558 100644 --- a/src/styles/include/antd_theme.less +++ b/src/styles/include/antd_theme.less @@ -9,10 +9,10 @@ @text-disabled: #999; @primary: #C32828; -@info: #FFD166; +@info: @primary; @success: #06D6A0; @error: #EF476F; -@warn: #E55934; +@warn: #fff200; @layout-header-height: 48px; @@ -55,7 +55,7 @@ // Alert @alert-success-border-color: @success; -@alert-success-bg-color: darken(@success, 20%); +@alert-success-bg-color: darken(@success, 30%); @alert-success-icon-color: @success; @alert-info-border-color: @info; @@ -63,11 +63,11 @@ @alert-info-icon-color: @info; @alert-warning-border-color: @warn; -@alert-warning-bg-color: darken(@warn, 20%); +@alert-warning-bg-color: darken(@warn, 30%); @alert-warning-icon-color: @warn; @alert-error-border-color: @error; -@alert-error-bg-color: darken(@error, 20%); +@alert-error-bg-color: darken(@error, 30%); @alert-error-icon-color: @error; @select-item-selected-bg: darken(@primary, 10%); // Цвет выбранного элемента списка