Skip to content

Commit

Permalink
feat: update Dashboard CSS to change active settings tab color to bla…
Browse files Browse the repository at this point in the history
…ck for better visibility
  • Loading branch information
songquanpeng committed Feb 2, 2025
1 parent a56cb4a commit 34f8894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/default/src/pages/Dashboard/Dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
}

.settings-tab .active.item {
color: #4318FF !important;
color: #000 !important;
font-weight: 600 !important;
border-color: #4318FF !important;
border-color: #000 !important;
}

.ui.tab.segment {
Expand Down

0 comments on commit 34f8894

Please sign in to comment.