You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be 1.55rem of margin added to the bottom of Switches, is this intended? I'm trying to center the switch vertically but it there's that 1.55rem of margin that keeps it from lining up correctly.
I tried creating a styled component for the Switch but changing the margin on that only changes the margin on the child checkbox.
The switches in the docs have the same margin below them if you want to check those out
The text was updated successfully, but these errors were encountered:
I'm seeing that the margin comes from the baseline variable in CalciteTheme.js. Is there an easier way to override just the margin or will I have to override the entire theme?
There appears to be 1.55rem of margin added to the bottom of Switches, is this intended? I'm trying to center the switch vertically but it there's that 1.55rem of margin that keeps it from lining up correctly.
I tried creating a styled component for the Switch but changing the margin on that only changes the margin on the child checkbox.
The switches in the docs have the same margin below them if you want to check those out
The text was updated successfully, but these errors were encountered: