i don't think I need this anymore?

This commit is contained in:
Violet Caulfield
2025-02-20 06:43:40 -06:00
parent 32f3f41309
commit 01e259c929

View File

@@ -25,7 +25,6 @@ export function SwitchWithLabel(props: SwitchWithLabelProps) {
>
{props.label}
</Label>
<Theme name={"inverted_purple"}>
<Separator minHeight={20} vertical />
<Switch
id={id}
@@ -36,7 +35,6 @@ export function SwitchWithLabel(props: SwitchWithLabelProps) {
>
<JellifySliderThumb animation="bouncy" />
</Switch>
</Theme>
</XStack>
)
}