Skip to content

Commit ac59126

Browse files
jose96043Trancever
authored andcommitted
fix: move paddingHorizontal out from content style (#1078)
1 parent cd1e414 commit ac59126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DataTable/DataTableRow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ const styles = StyleSheet.create({
5252
borderStyle: 'solid',
5353
borderBottomWidth: StyleSheet.hairlineWidth,
5454
minHeight: 48,
55+
paddingHorizontal: 16,
5556
},
5657
content: {
5758
flex: 1,
5859
flexDirection: 'row',
59-
paddingHorizontal: 16,
6060
},
6161
});
6262

0 commit comments

Comments
 (0)