matcha-theme 19.18.0 → 19.19.0

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.
@@ -631,8 +631,8 @@ $index: 0;
631
631
  .stroke-basic{stroke: map-get($foreground, base)}
632
632
  .color-basic-alpha{color: rgba(map-get($foreground, base),0.2)!important}
633
633
  .basic-alpha{
634
- background: rgba(map-get($basic, $get-shade),0.2);
635
- color: map-get($basic-contrast, $get-shade);
634
+ background: rgba(map-get($foreground, base), 0.2);
635
+ color: map-get($foreground, base);
636
636
  }
637
637
  .basic{
638
638
  background: map-get($background, card);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "19.18.0",
3
+ "version": "19.19.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {