@veritree/ui 0.52.1 → 0.52.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.52.1",
3
+ "version": "0.52.2",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -10,7 +10,7 @@
10
10
  selected
11
11
  ? headless
12
12
  ? 'tab-list__button--selected'
13
- : 'text-secondary-800 border-gray-800'
13
+ : 'border-gray-800 text-gray-800'
14
14
  : // not selected
15
15
  headless
16
16
  ? null