[IMPROVE] Add missing borders styles changes (#4675)
This commit is contained in:
parent
303bdd38ae
commit
5992129599
|
@ -122,7 +122,6 @@ const ActionSheetContentWithInputAndSubmit = ({
|
|||
}}
|
||||
testID={testID}
|
||||
secureTextEntry={secureTextEntry}
|
||||
inputStyle={{ borderWidth: 2 }}
|
||||
bottomSheet={isIOS}
|
||||
/>
|
||||
) : null}
|
||||
|
|
|
@ -19,8 +19,8 @@ const styles = StyleSheet.create({
|
|||
input: {
|
||||
height: 48,
|
||||
paddingLeft: 16,
|
||||
borderWidth: 2,
|
||||
borderRadius: 2,
|
||||
borderWidth: 1,
|
||||
borderRadius: 4,
|
||||
alignItems: 'center',
|
||||
flexDirection: 'row'
|
||||
},
|
||||
|
|
|
@ -19,8 +19,8 @@ const styles = StyleSheet.create({
|
|||
viewContainer: {
|
||||
marginBottom: 16,
|
||||
paddingHorizontal: 16,
|
||||
borderWidth: 2,
|
||||
borderRadius: 2,
|
||||
borderWidth: 1,
|
||||
borderRadius: 4,
|
||||
justifyContent: 'center'
|
||||
},
|
||||
pickerText: {
|
||||
|
|
|
@ -102,7 +102,7 @@ const CloseLivechatView = ({ navigation, route }: IBaseScreen<ChatsStackParamLis
|
|||
value={tagParamSelected}
|
||||
context={BlockContext.FORM}
|
||||
multiselect
|
||||
inputStyle={{ borderColor: colors.separatorColor, borderWidth: 2 }}
|
||||
inputStyle={{ borderColor: colors.separatorColor }}
|
||||
/>
|
||||
</>
|
||||
) : null}
|
||||
|
|
|
@ -8,7 +8,7 @@ export default StyleSheet.create({
|
|||
...sharedStyles.textAlignCenter
|
||||
},
|
||||
buttonInverted: {
|
||||
borderWidth: 2,
|
||||
borderWidth: 1,
|
||||
borderRadius: 4
|
||||
},
|
||||
buttonContainerDisabled: {
|
||||
|
@ -30,7 +30,7 @@ export default StyleSheet.create({
|
|||
borderRadius: 4
|
||||
},
|
||||
buttonDanger: {
|
||||
borderWidth: 2,
|
||||
borderWidth: 1,
|
||||
borderRadius: 4
|
||||
},
|
||||
switchContainer: {
|
||||
|
|
Loading…
Reference in New Issue