fix syntax

This commit is contained in:
Violet Caulfield
2025-02-13 15:52:24 -06:00
parent 50926b395d
commit f644512bcc
@@ -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)}