Skip to content

Commit

Permalink
Updating disabled tokens for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Jan 29, 2025
1 parent e6d1b81 commit 5b5b3b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/variables.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@
"default": "#414141",
"hover": "#414141",
"active": "#151515",
"disabled": "#606060"
"disabled": "#414141"
},
"indicator": {
"default": "#1F1F1C",
Expand Down Expand Up @@ -1254,12 +1254,12 @@
"background": {
"default": "#606060",
"active": "#FAFF69",
"disabled": "#808080"
"disabled": "#414141"
},
"stroke": {
"default": "#606060",
"active": "#FAFF69",
"disabled": "#808080"
"disabled": "#414141"
},
"indicator": {
"default": "#151515",
Expand Down

0 comments on commit 5b5b3b5

Please sign in to comment.