This commit is contained in:
Violet Caulfield
2025-02-19 17:53:54 -06:00
parent 5b8c3fb7ec
commit fe20ca50be

View File

@@ -22,7 +22,7 @@ export function SwitchWithLabel(props: SwitchWithLabelProps) {
>
{props.label}
</Label>
<Theme name={"inverted_purple"}>
{/* <Theme name={"inverted_purple"}> */}
<Separator minHeight={20} vertical />
<Switch
id={id}
@@ -33,7 +33,7 @@ export function SwitchWithLabel(props: SwitchWithLabelProps) {
>
<Switch.Thumb animation="bouncy" />
</Switch>
</Theme>
{/* </Theme> */}
</XStack>
)
}