Skip to content

Commit

Permalink
Dark theme control bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dunn committed Nov 15, 2023
1 parent e08cb66 commit edb9c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/barrel.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ input[type=range],
--fg: var(--grey-3);
--graphical-fg: var(--grey-1);

--concave-item-bg: none;
--convex-item-bg: none;
--concave-item-bg: var(--control-bg);
--convex-item-bg: var(--control-bg);
--convex-item-active-bg: var(--grey-1);
--concave-item-box-shadow: none;
}
Expand Down

0 comments on commit edb9c20

Please sign in to comment.