all about widths

This commit is contained in:
Violet Caulfield
2024-10-18 19:17:19 -05:00
parent 5420cac936
commit 2e2c965638
2 changed files with 0 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ export default function ServerAddress(): React.JSX.Element {
size="$2"
width={100} />
<Input
width={400}
placeholder="jellyfin.org"
onChangeText={setServerAddress} />
</XStack>

View File

@@ -5,7 +5,6 @@ export function SwitchWithLabel(props: { size: SizeTokens; checked: boolean, lab
return (
<XStack width={props.width ?? 150} alignItems="center" gap="$4">
<Label
minWidth={50}
justifyContent="flex-end"
size={props.size}
htmlFor={id}