padding fix
This commit is contained in:
@@ -30,7 +30,7 @@ const CaseItem: React.FC<ICaseItemProps> = ({
|
||||
<View
|
||||
style={[
|
||||
GenericStyles.ph16,
|
||||
GenericStyles.pv12,
|
||||
styles.pv12,
|
||||
GenericStyles.whiteBackground,
|
||||
]}>
|
||||
<TextInput
|
||||
@@ -45,7 +45,7 @@ const CaseItem: React.FC<ICaseItemProps> = ({
|
||||
<View
|
||||
style={[
|
||||
GenericStyles.ph16,
|
||||
GenericStyles.pv12,
|
||||
styles.pv12,
|
||||
GenericStyles.whiteBackground,
|
||||
]}>
|
||||
<Heading dark bold type={'h5'}>
|
||||
|
||||
Reference in New Issue
Block a user