mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-20 20:09:03 -05:00
style fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user