matcha-theme 18.1.39 → 18.1.41

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.
@@ -112,7 +112,7 @@
112
112
 
113
113
  &[disabled] {
114
114
  background-color: map-get($background, disabled);
115
- color: #b5bdc3;
115
+ color: #b5bdc3 !important;
116
116
  border-color: map-get($foreground, disabled);
117
117
  }
118
118
 
@@ -123,7 +123,7 @@
123
123
  &.mat-row {
124
124
  // &:nth-child(even){background: map-get($background, card);}
125
125
  &:nth-child(odd) {
126
- background: map-get($background, hover);
126
+ background: map-get($background, background-alpha);
127
127
  }
128
128
  }
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "18.1.39",
3
+ "version": "18.1.41",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {