File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ export default StyleSheet.create({
2525 marginBottom : value ,
2626 } ,
2727 [ `${ key } TMargin` ] : {
28- marginBottom : value ,
28+ marginTop : value ,
2929 } ,
3030 [ `${ key } RMargin` ] : {
31- marginBottom : value ,
31+ marginRight : value ,
3232 } ,
3333 [ `${ key } LMargin` ] : {
34- marginBottom : value ,
34+ marginLeft : value ,
3535 } ,
3636 [ `${ key } VMargin` ] : {
3737 marginVertical : value ,
@@ -44,13 +44,13 @@ export default StyleSheet.create({
4444 paddingBottom : value ,
4545 } ,
4646 [ `${ key } TPadding` ] : {
47- paddingBottom : value ,
47+ paddingTop : value ,
4848 } ,
4949 [ `${ key } RPadding` ] : {
50- paddingBottom : value ,
50+ paddingRight : value ,
5151 } ,
5252 [ `${ key } LPadding` ] : {
53- paddingBottom : value ,
53+ paddingLeft : value ,
5454 } ,
5555 [ `${ key } VPadding` ] : {
5656 paddingVertical : value ,
You can’t perform that action at this time.
0 commit comments