Skip to content

Commit

Permalink
Fix wrong background for theme name in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EMERALD0874 committed Nov 19, 2023
1 parent 867f6d1 commit 569a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/SettingsPageRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function SettingsPageRouter() {
}
/* The actual element of the ToggleContainer with the BG */
.CSSLoader_FullTheme_ToggleContainer > div {
background: #23262e;
background: rgba(255,255,255,.15);
border-radius: 2px;
padding-left: 5px;
padding-right: 5px;
Expand Down

0 comments on commit 569a156

Please sign in to comment.