matcha-theme 18.1.31 → 18.1.32

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.
@@ -99,7 +99,7 @@
99
99
  // filter: brightness(0.9);
100
100
  }
101
101
 
102
- &:disabled {
102
+ &[disabled] {
103
103
  background-color: map-get($background, disabled);
104
104
  color: map-get($foreground, disabled);
105
105
  border-color: map-get($foreground, disabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "18.1.31",
3
+ "version": "18.1.32",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {