Skip to content

Commit

Permalink
Fix the color of unchecked radio buttons and checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nezz committed May 19, 2024
1 parent 8b6886f commit 14f6d8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/visionos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ visionos:
mdc-theme-surface: var(--secondary-background-color) # this should be opaque as it's used by default for many overlays
material-background-color: var(--secondary-background-color)
app-theme-color: rgb(122, 114, 106) # Average header color, used on the top of the browser
mdc-checkbox-unchecked-color: "#FFF"
mdc-radio-unchecked-color: "#FFF"
# Custom
mcg-title-letter-spacing: .15em
mini-media-player-base-color: white
Expand Down

0 comments on commit 14f6d8a

Please sign in to comment.