mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-25 12:38:39 -06:00
style changes again
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user