revdev-components 0.257.0 → 0.258.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.
Files changed (2) hide show
  1. package/build/styles.css +2 -0
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -40,6 +40,7 @@
40
40
  --levelBadgeRateColor: #555;
41
41
  --levelBarBadgeBarColor: var(--passiveColor);
42
42
  --levelBarBadgeBackgroundColor: rgb(15, 23, 42, 5.5%);
43
+ --rowContentColor: inherit;
43
44
  --rowContentFontSize: 14px;
44
45
  --rowContentTitleFontSize: 20px;
45
46
  }
@@ -809,6 +810,7 @@ body {
809
810
  flex-direction: column;
810
811
  gap: 8px;
811
812
  font-size: var(--rowContentFontSize);
813
+ color: var(--rowContentColor);
812
814
  }
813
815
 
814
816
  .index-module_prefix__c71y0 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.257.0",
3
+ "version": "0.258.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {