style fixes

This commit is contained in:
Violet Caulfield
2024-10-17 12:03:15 -05:00
parent 49b14833ef
commit c81954d23b
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -60,12 +60,12 @@ export default function ServerAddress(): React.JSX.Element {
<RadioButton
value={https}
label={"HTTPS"}
labelStyle={{color: Colors.$textNeutralHeavy}}
labelStyle={{color: Colors.$textDefault, fontSize: 12}}
/>
<RadioButton
value={http}
label={'HTTP'}
labelStyle={{color: Colors.$textNeutralHeavy}}
labelStyle={{color: Colors.$textDefault, fontSize: 12}}
/>
</RadioGroup>
</View>
@@ -75,7 +75,8 @@ export default function ServerAddress(): React.JSX.Element {
onChangeText={setServerAddress}
showClearButton
leadingAccessory={ServerIcon()}
color={Colors.$textNeutral}
color={Colors.$textDefault}
labelStyle={{ fontSize: 12 }}
marginV
paddingV
>
@@ -29,7 +29,8 @@ export default function ServerAuthentication(): React.JSX.Element {
onPress={() => {
clearServer.mutate();
}}
color={Colors.$iconDanger}
backgroundColor={Colors.$iconDanger}
color={Colors.$textDefault}
/>
<TextField