From 2d99c1baa7a52929943bac2be0e41f80d41ca29c Mon Sep 17 00:00:00 2001 From: Hakadao Date: Fri, 22 Dec 2023 01:10:21 +0800 Subject: [PATCH] fix: adjust styles(#77) --- src/styles/adaptedStyles/historyPage.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/adaptedStyles/historyPage.scss b/src/styles/adaptedStyles/historyPage.scss index c0754dd4..5d5610e1 100644 --- a/src/styles/adaptedStyles/historyPage.scss +++ b/src/styles/adaptedStyles/historyPage.scss @@ -46,10 +46,14 @@ border-left-color: var(--bew-fill-2); } - .history-wrap .time-label { + .history-wrap .time-label.active { border-color: var(--bew-theme-color) !important; color: white; } + .history-wrap .time-label { + border-color: var(--bew-theme-color) !important; + color: var(--bew-theme-color); + } .history-wrap .time-label:after { border-left-color: var(--bew-theme-color); }