feat: add wifi toggle slider (#348)
* feat: add wifi toggle slider * Added styling options for the network switch --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -528,6 +528,11 @@ const options = mkOptions(OPTIONS, {
|
||||
passive: opt(colors.text),
|
||||
active: opt(colors.mauve),
|
||||
},
|
||||
switch: {
|
||||
enabled: opt(colors.mauve),
|
||||
disabled: opt(tertiary_colors.surface0),
|
||||
puck: opt(secondary_colors.surface1),
|
||||
},
|
||||
},
|
||||
bluetooth: {
|
||||
scaling: opt(100),
|
||||
|
||||
Reference in New Issue
Block a user