mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 20:07:03 -04:00
Update Plugin Settings, GameActivityToggle & TypingTweaks for new ui (#3326)
This commit is contained in:
parent
c8b54234fa
commit
7eeb719eac
6 changed files with 27 additions and 19 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue