partial: use theme only for switch customization

This commit is contained in:
Rafael Taranto 2025-04-22 09:38:01 +01:00
parent af21051989
commit 4bfb94182c
19 changed files with 75 additions and 106 deletions

View file

@ -5,7 +5,6 @@ import Dropdown from './Dropdown'
import NumberInput from './NumberInput'
import RadioGroup from './RadioGroup'
import SecretInput from './SecretInput'
import Switch from './Switch'
import TextInput from './TextInput'
import ToggleButtonGroup from './ToggleButtonGroup'
export {
@ -13,7 +12,6 @@ export {
CodeInput,
TextInput,
NumberInput,
Switch,
SecretInput,
RadioGroup,
Autocomplete,