From 14f6d8a2baaeea8f1b4a52426d4b521e4b292c47 Mon Sep 17 00:00:00 2001 From: Adam Kapos Date: Sun, 19 May 2024 21:33:22 +0300 Subject: [PATCH] Fix the color of unchecked radio buttons and checkboxes --- themes/visionos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/visionos.yaml b/themes/visionos.yaml index 43e789b..8d00ab1 100644 --- a/themes/visionos.yaml +++ b/themes/visionos.yaml @@ -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