Skip to content

Commit 51ab006

Browse files
azurechenvonovak
authored andcommitted
Make the margin of HeaderButtons right on web. (#44)
1 parent 957de82 commit 51ab006

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/HeaderButtons.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)