@@ -24,7 +24,11 @@ exports[`AwesomeButton should render 1`] = `
2424 style = {
2525 Object {
2626 " backgroundColor" : " rgba(0, 0, 0, 0.15)" ,
27+ " borderBottomLeftRadius" : null ,
28+ " borderBottomRightRadius" : null ,
2729 " borderRadius" : 4 ,
30+ " borderTopLeftRadius" : null ,
31+ " borderTopRightRadius" : null ,
2832 " bottom" : - 2 ,
2933 " height" : 56 ,
3034 " left" : " 1%" ,
@@ -49,7 +53,11 @@ exports[`AwesomeButton should render 1`] = `
4953 },
5054 Object {
5155 " backgroundColor" : " #9f9f9f" ,
56+ " borderBottomLeftRadius" : null ,
57+ " borderBottomRightRadius" : null ,
5258 " borderRadius" : 4 ,
59+ " borderTopLeftRadius" : null ,
60+ " borderTopRightRadius" : null ,
5361 " height" : 56 ,
5462 " width" : null ,
5563 },
@@ -60,7 +68,11 @@ exports[`AwesomeButton should render 1`] = `
6068 <View
6169 style = {
6270 Object {
71+ " borderBottomLeftRadius" : null ,
72+ " borderBottomRightRadius" : null ,
6373 " borderRadius" : 4 ,
74+ " borderTopLeftRadius" : null ,
75+ " borderTopRightRadius" : null ,
6476 " height" : 56 ,
6577 " left" : 0 ,
6678 " position" : " absolute" ,
@@ -88,8 +100,12 @@ exports[`AwesomeButton should render 1`] = `
88100 },
89101 Object {
90102 " backgroundColor" : " #c0c0c0" ,
103+ " borderBottomLeftRadius" : null ,
104+ " borderBottomRightRadius" : null ,
91105 " borderColor" : null ,
92106 " borderRadius" : 4 ,
107+ " borderTopLeftRadius" : null ,
108+ " borderTopRightRadius" : null ,
93109 " borderWidth" : 0 ,
94110 },
95111 ]
@@ -155,7 +171,11 @@ exports[`AwesomeButton should render a default text children 1`] = `
155171 style = {
156172 Object {
157173 " backgroundColor" : " rgba(0, 0, 0, 0.15)" ,
174+ " borderBottomLeftRadius" : null ,
175+ " borderBottomRightRadius" : null ,
158176 " borderRadius" : 4 ,
177+ " borderTopLeftRadius" : null ,
178+ " borderTopRightRadius" : null ,
159179 " bottom" : - 2 ,
160180 " height" : 56 ,
161181 " left" : " 1%" ,
@@ -180,7 +200,11 @@ exports[`AwesomeButton should render a default text children 1`] = `
180200 },
181201 Object {
182202 " backgroundColor" : " #9f9f9f" ,
203+ " borderBottomLeftRadius" : null ,
204+ " borderBottomRightRadius" : null ,
183205 " borderRadius" : 4 ,
206+ " borderTopLeftRadius" : null ,
207+ " borderTopRightRadius" : null ,
184208 " height" : 56 ,
185209 " width" : null ,
186210 },
@@ -191,7 +215,11 @@ exports[`AwesomeButton should render a default text children 1`] = `
191215 <View
192216 style = {
193217 Object {
218+ " borderBottomLeftRadius" : null ,
219+ " borderBottomRightRadius" : null ,
194220 " borderRadius" : 4 ,
221+ " borderTopLeftRadius" : null ,
222+ " borderTopRightRadius" : null ,
195223 " height" : 56 ,
196224 " left" : 0 ,
197225 " position" : " absolute" ,
@@ -219,8 +247,12 @@ exports[`AwesomeButton should render a default text children 1`] = `
219247 },
220248 Object {
221249 " backgroundColor" : " #c0c0c0" ,
250+ " borderBottomLeftRadius" : null ,
251+ " borderBottomRightRadius" : null ,
222252 " borderColor" : null ,
223253 " borderRadius" : 4 ,
254+ " borderTopLeftRadius" : null ,
255+ " borderTopRightRadius" : null ,
224256 " borderWidth" : 0 ,
225257 },
226258 ]
0 commit comments