We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8530905 commit b95456cCopy full SHA for b95456c
example/App.js
@@ -70,7 +70,7 @@ function useStyles() {
70
groupItemContainer: {
71
alignItems: "center",
72
flexDirection: "row",
73
- marginHorizontal: margin,
+ paddingHorizontal: margin,
74
},
75
groupItemLabel: {
76
color: isDarkMode ? Colors.white : Colors.black,
0 commit comments