@movable/ui 1.6.2 → 1.6.3

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/lib/index.mjs CHANGED
@@ -6886,6 +6886,9 @@ const Wd = Hi, Ud = {
6886
6886
  ...(e.component === "strong" || e.component === "b") && {
6887
6887
  fontWeight: 600
6888
6888
  }
6889
+ }),
6890
+ overline: ({ theme: e }) => ({
6891
+ color: e.palette.text.secondary
6889
6892
  })
6890
6893
  }
6891
6894
  }