Browse Source

fix(app): spinner color

adamelmore 3 tuần trước cách đây
mục cha
commit
33d400c567
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ui/src/components/spinner.css

+ 1 - 1
packages/ui/src/components/spinner.css

@@ -1,5 +1,5 @@
 [data-component="spinner"] {
-  color: var(--text-base);
+  color: inherit;
   flex-shrink: 0;
   width: 18px;
   aspect-ratio: 1;