We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446906d commit 7b32ca0Copy full SHA for 7b32ca0
generic/shoelace.less
@@ -569,7 +569,9 @@ as well as a set of mixins to process Ignite styling to fit the demands of Shoel
569
--sl-input-help-text-font-size-large: var(--sl-font-size-medium);
570
--sl-input-help-text-color: var(--sl-color-neutral-500);
571
/* Toggles (checkboxes, radios, switches) */
572
- --sl-toggle-size: 1rem;
+ --sl-toggle-size-small: 0.875rem;
573
+ --sl-toggle-size-medium: 1.125rem;
574
+ --sl-toggle-size-large: 1.375rem;
575
/*
576
* Overlays
577
*/
0 commit comments