File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ const styles = StyleSheet.create({
129129 ios : {
130130 marginLeft : 4 ,
131131 } ,
132+ web : {
133+ marginLeft : 4 ,
134+ } ,
132135 } ) ,
133136 } ,
134137 extraEdgeMarginOnRight : {
@@ -139,6 +142,9 @@ const styles = StyleSheet.create({
139142 ios : {
140143 marginRight : 5 ,
141144 } ,
145+ web : {
146+ marginRight : 5 ,
147+ } ,
142148 } ) ,
143149 } ,
144150 text : {
@@ -152,6 +158,10 @@ const styles = StyleSheet.create({
152158 fontSize : 17 ,
153159 marginHorizontal : 10 ,
154160 } ,
161+ web : {
162+ fontSize : 17 ,
163+ marginHorizontal : 10 ,
164+ } ,
155165 } ) ,
156166 } ,
157167 button : {
@@ -162,6 +172,9 @@ const styles = StyleSheet.create({
162172 ios : {
163173 marginHorizontal : 11 ,
164174 } ,
175+ web : {
176+ marginHorizontal : 11 ,
177+ } ,
165178 } ) ,
166179 } ,
167180} ) ;
You can’t perform that action at this time.
0 commit comments