Skip to content

Commit

Permalink
Reverted the text colour change for Setting's Tab Header Group Titles
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed Mar 28, 2024
1 parent 2a259d4 commit d486b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/User Interface/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

.vertical-tab-header-group-title {
font-size: var(--font-ui-medium);
color: var(--interactive-accent-text);
color: var(--text-normal);
text-align: center;
background-color: var(--background-secondary);
border-top: var(--window-border);
Expand Down

0 comments on commit d486b26

Please sign in to comment.