@bizy/core 19.4.5 → 19.4.6

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": "@bizy/core",
3
- "version": "19.4.5",
3
+ "version": "19.4.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "19.2.4",
6
6
  "@angular/cdk": "19.2.7",
@@ -240,7 +240,7 @@
240
240
  --bizy-tab-border-bottom: 0.1rem solid #ddd;
241
241
  --bizy-tab-border-radius: 0;
242
242
  --bizy-tab-padding: 0.5rem 1rem;
243
- --bizy-tab-background-color: transparent;
243
+ --bizy-tab-background-color: #f3f3f3;
244
244
  --bizy-tab-color: var(--bizy-default-color);
245
245
  --bizy-tab-selected-color: var(--bizy-accent-color);
246
246
  --bizy-tab-selected-background-color: #fff;