mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-05 10:49:22 -05:00
align inputs better
This commit is contained in:
@@ -8,7 +8,7 @@ interface InputProps extends TamaguiInputProps {
|
||||
export default function Input(props: InputProps): React.JSX.Element {
|
||||
|
||||
return (
|
||||
<XStack>
|
||||
<XStack alignItems='center'>
|
||||
|
||||
|
||||
{ props.prependElement && (
|
||||
|
||||
Reference in New Issue
Block a user