mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-07 11:59:34 -05:00
fix syntax
This commit is contained in:
@@ -83,7 +83,7 @@ export default function ServerAuthentication({
|
||||
<Spacer />
|
||||
|
||||
<Input
|
||||
prependElement={(<Icon small name="lock-outline" color={getToken("$color.amethyst")})}
|
||||
prependElement={(<Icon small name="lock-outline" color={getToken("$color.amethyst")} />)}
|
||||
placeholder="Password"
|
||||
value={password}
|
||||
onChangeText={(value : string | undefined) => setPassword(value)}
|
||||
|
||||
Reference in New Issue
Block a user