Update Plugin Settings, GameActivityToggle & TypingTweaks for new ui (#3326)

This commit is contained in:
rini c 2025-04-04 18:55:08 -03:00 committed by GitHub
parent c8b54234fa
commit 7eeb719eac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 27 additions and 19 deletions

View file

@ -27,7 +27,7 @@ interface SwitchProps {
disabled?: boolean;
}
const SWITCH_ON = "var(--green-360)";
const SWITCH_ON = "var(--brand-500)";
const SWITCH_OFF = "var(--primary-400)";
const SwitchClasses = findByPropsLazy("slider", "input", "container");