add lock icon to server password

This commit is contained in:
Violet Caulfield
2025-02-13 15:52:05 -06:00
parent 1a55bbdd85
commit 50926b395d

View File

@@ -83,6 +83,7 @@ export default function ServerAuthentication({
<Spacer />
<Input
prependElement={(<Icon small name="lock-outline" color={getToken("$color.amethyst")})}
placeholder="Password"
value={password}
onChangeText={(value : string | undefined) => setPassword(value)}