|
@@ -22,10 +22,12 @@ export const styles = StyleSheet.create({
|
|
|
label: {
|
|
label: {
|
|
|
fontFamily: 'redhat-700',
|
|
fontFamily: 'redhat-700',
|
|
|
fontSize: getFontSize(14),
|
|
fontSize: getFontSize(14),
|
|
|
- color: Colors.DARK_BLUE
|
|
|
|
|
|
|
+ color: Colors.DARK_BLUE,
|
|
|
|
|
+ flexShrink: 1,
|
|
|
|
|
+ paddingHorizontal: 2
|
|
|
},
|
|
},
|
|
|
placeholder: {
|
|
placeholder: {
|
|
|
width: 25,
|
|
width: 25,
|
|
|
- height: 25,
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ height: 25
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|