@eturnity/eturnity_reusable_components 1.0.89 → 1.0.90

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": "1.0.89",
3
+ "version": "1.0.90",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -73,13 +73,13 @@ const Container = styled("label", containerAttrs)`
73
73
  ? "16px"
74
74
  : "25px"};
75
75
  background-color: ${(props) =>
76
- props.isDisabled
77
- ? props.theme.colors.lightGray
78
- : !props.isChecked
79
- ? "#fff"
80
- : props.backgroundColor
76
+ props.isChecked
81
77
  ? props.backgroundColor
82
- : props.theme.colors.green};
78
+ ? props.backgroundColor
79
+ : props.theme.colors.green
80
+ : props.isDisabled
81
+ ? props.theme.colors.lightGray
82
+ : "#fff"};
83
83
  border-radius: 4px;
84
84
  border: 1px solid
85
85
  ${(props) =>