matcha-theme 19.0.3 → 19.0.4

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.
@@ -225,7 +225,7 @@ a[matcha-button] {
225
225
 
226
226
  &[disabled] {
227
227
  background-color: map-get($background, disabled);
228
- color: #b5bdc3 !important;
228
+ color: map-get($foreground, disabled-icon) !important;
229
229
  border-color: map-get($foreground, disabled);
230
230
  }
231
231
 
@@ -248,6 +248,10 @@ a[matcha-button] {
248
248
  border-color: map-get($foreground, base);
249
249
  color: map-get($foreground, base);
250
250
  }
251
+ &[disabled] {
252
+ box-shadow: 0 0 0 2px map-get($foreground, disabled-icon);
253
+ color: map-get($foreground, disabled-icon) !important;
254
+ }
251
255
  }
252
256
 
253
257
  &[pill]:not([pill="false"]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "19.0.3",
3
+ "version": "19.0.4",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {