sapo-components-ui-rn 1.1.27 → 1.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Button/index.tsx +2 -1
package/dist/index.esm.js
CHANGED
|
@@ -6279,9 +6279,9 @@ var Button = function (_a) {
|
|
|
6279
6279
|
{
|
|
6280
6280
|
backgroundColor: colors.surfaceBrandDefault,
|
|
6281
6281
|
},
|
|
6282
|
+
renderButtonStyle(),
|
|
6282
6283
|
borderColor && { borderColor: borderColor },
|
|
6283
6284
|
backgroundColor && { backgroundColor: backgroundColor },
|
|
6284
|
-
renderButtonStyle(),
|
|
6285
6285
|
buttonSize === "small" && styles$b.small,
|
|
6286
6286
|
disabled &&
|
|
6287
6287
|
!isLoading && [
|