mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-16 07:28:34 -06:00
fix this
This commit is contained in:
@@ -11,16 +11,16 @@ export default function Input(props: InputProps): React.JSX.Element {
|
||||
<XStack>
|
||||
|
||||
|
||||
<YStack
|
||||
flex={1}
|
||||
alignContent='flex-end'
|
||||
justifyContent='center'
|
||||
>
|
||||
{ props.prependElement && (
|
||||
props.prependElement
|
||||
)}
|
||||
{ props.prependElement && (
|
||||
<YStack
|
||||
flex={1}
|
||||
alignContent='flex-end'
|
||||
justifyContent='center'
|
||||
>
|
||||
{ props.prependElement }
|
||||
|
||||
</YStack>
|
||||
</YStack>
|
||||
)}
|
||||
|
||||
<TamaguiInput
|
||||
flexGrow={5}
|
||||
|
||||
Reference in New Issue
Block a user