style changes again

This commit is contained in:
Violet Caulfield
2024-10-17 11:17:44 -05:00
parent fe60460bc6
commit 49b14833ef

View File

@@ -60,12 +60,12 @@ export default function ServerAddress(): React.JSX.Element {
<RadioButton
value={https}
label={"HTTPS"}
labelStyle={{color: Colors.$textGeneral}}
labelStyle={{color: Colors.$textNeutralHeavy}}
/>
<RadioButton
value={http}
label={'HTTP'}
labelStyle={{color: Colors.$textGeneral}}
labelStyle={{color: Colors.$textNeutralHeavy}}
/>
</RadioGroup>
</View>
@@ -75,6 +75,9 @@ export default function ServerAddress(): React.JSX.Element {
onChangeText={setServerAddress}
showClearButton
leadingAccessory={ServerIcon()}
color={Colors.$textNeutral}
marginV
paddingV
>
</TextField>