mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-06 18:48:56 -06:00
okay
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user