@fileverse/ui 4.1.7-patch-20 → 4.1.7-patch-21

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/dist/index.css +4 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -634,6 +634,9 @@ video {
634
634
  }
635
635
  * {
636
636
  border-color: hsl(var(--color-border-default));
637
+ -webkit-font-smoothing: antialiased;
638
+ -moz-osx-font-smoothing: grayscale;
639
+ text-rendering: optimizeLegibility;
637
640
  }
638
641
  body {
639
642
  color: hsl(var(--color-text-default));
@@ -882,7 +885,7 @@ video {
882
885
  }
883
886
 
884
887
  .color-button-secondary {
885
- background-color: hsl(var(--color-button-ghost));
888
+ background-color: hsl(var(--color-button-secondary));
886
889
  border: 2px solid hsl(var(--color-border-active));
887
890
  }
888
891
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-20",
3
+ "version": "4.1.7-patch-21",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],