@eturnity/eturnity_reusable_components 8.13.10 → 8.13.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.13.10",
3
+ "version": "8.13.11",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -74,7 +74,7 @@
74
74
  ? props.theme.mainButton[props.appTheme][props.type][props.variant]
75
75
  .disabled.textColor
76
76
  : props.customColor
77
- ? props.theme.colors.black
77
+ ? props.theme.colors.white
78
78
  : props.theme.mainButton[props.appTheme][props.type][props.variant]
79
79
  .default.textColor};
80
80
  background-color: ${(props) =>