forstok-ui-lib 8.3.6 → 8.3.7

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": "forstok-ui-lib",
3
- "version": "8.3.6",
3
+ "version": "8.3.7",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -112,7 +112,7 @@ const getButtonModifiedStyled = ({ $mode, $isIndicatorArrow, $isShown, $isLoadin
112
112
  opacity: .9;
113
113
  }
114
114
  &:disabled {
115
- background-color: transparent;
115
+ background-color: transparent !important;
116
116
  color: var(--mt-clr);
117
117
  }
118
118
  `