@bifrostui/styles 1.4.5-beta.1 → 1.4.5-beta.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/dist/index.css CHANGED
@@ -306,7 +306,6 @@ xhs-page,
306
306
  .bui-pioneer-light .bui-tab-active,
307
307
  [data-color-mode][data-theme='pioneer'] .bui-tab-active {
308
308
  --bui-tabs-font-family: var(--bui-font-family-accent);
309
- --bui-tabs-font-size: var(--bui-title-size-2);
310
309
  --bui-tabs-color: var(--bui-color-fg-default);
311
310
  }
312
311
  .bui-pioneer-light .bui-card-header,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/styles",
3
- "version": "1.4.5-beta.1",
3
+ "version": "1.4.5-beta.2",
4
4
  "main": "dist/index.css",
5
5
  "description": "Common style definitions for BUI React components",
6
6
  "homepage": "http://bui.taopiaopiao.com",
@@ -218,7 +218,6 @@
218
218
 
219
219
  .bui-tab-active {
220
220
  --bui-tabs-font-family: var(--bui-font-family-accent);
221
- --bui-tabs-font-size: var(--bui-title-size-2);
222
221
  --bui-tabs-color: var(--bui-color-fg-default);
223
222
  }
224
223