elements
elements copied to clipboard
refactor(elements|ino-switch): remove color-scheme prop
Closes #707
Proposed Changes
-removes the color-scheme property of the ino-switch component
One thing I noticed: The height of the disabled and non-disabled ino-switch is minimally different. See:

We should set a fixed height (the height of the disabled one), to prevent these jumps. Could you do that in this PR as well?