matcha-theme 18.1.34 → 18.1.35

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": "matcha-theme",
3
- "version": "18.1.34",
3
+ "version": "18.1.35",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -1164,7 +1164,7 @@ $light-theme-foreground-palette: (
1164
1164
  base: $color-base-blue-grey-a700,
1165
1165
  divider: rgba(0, 0, 0, 0.12),
1166
1166
  dividers: rgba(0, 0, 0, 0.12),
1167
- disabled: rgba(16, 16, 16, 0.3),
1167
+ disabled: $color-base-blue-grey-100,
1168
1168
  // disabled-button: rgba(0, 0, 0, 0.26),
1169
1169
  disabled-text: rgba(0, 0, 0, 0.38),
1170
1170
  elevation: black,