diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-20 14:29:50 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-20 14:29:50 -0600 |
commit | 0a2c3e6b519b8dde07e63f2f185a7591066f9ffd (patch) | |
tree | 83c12f69293cd1b2ec276079af655345c4dea507 /src/view/com/modals/ServerInput.tsx | |
parent | abcfc11fe0e9f92fa2c63d7186270f4116ee72a6 (diff) | |
download | voidsky-0a2c3e6b519b8dde07e63f2f185a7591066f9ffd.tar.zst |
Fixes to text input colors on android
Diffstat (limited to 'src/view/com/modals/ServerInput.tsx')
-rw-r--r-- | src/view/com/modals/ServerInput.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/modals/ServerInput.tsx b/src/view/com/modals/ServerInput.tsx index 1a841c0da..0d1e0e911 100644 --- a/src/view/com/modals/ServerInput.tsx +++ b/src/view/com/modals/ServerInput.tsx @@ -66,6 +66,7 @@ export function Component({ <BottomSheetTextInput style={styles.textInput} placeholder="e.g. https://bsky.app" + placeholderTextColor={colors.gray4} autoCapitalize="none" autoComplete="off" autoCorrect={false} @@ -109,6 +110,7 @@ const styles = StyleSheet.create({ paddingHorizontal: 14, paddingVertical: 12, fontSize: 16, + color: colors.black, }, textInputBtn: { borderWidth: 1, |