From cd0219a6fd94cd9218dcfbad0a99964ce600ef33 Mon Sep 17 00:00:00 2001 From: Oleksandr Raspopov Date: Wed, 25 Sep 2024 20:46:41 +0200 Subject: [PATCH] fix button colors --- ui/src/styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/styles/index.scss b/ui/src/styles/index.scss index 552f22651..ae23f3ac3 100644 --- a/ui/src/styles/index.scss +++ b/ui/src/styles/index.scss @@ -32,6 +32,10 @@ justify-content: center; gap: 8px; + &-link { + color: $primary-color; + } + .ant-btn-loading-icon { height: 20px; }