@jsenv/navi 0.12.21 → 0.12.23

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.
@@ -21820,7 +21820,7 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
21820
21820
 
21821
21821
  @media (prefers-color-scheme: dark) {
21822
21822
  .navi_caption {
21823
- --color: rgb(102, 102, 102);
21823
+ --color: rgb(129, 134, 140);
21824
21824
  }
21825
21825
  }
21826
21826
  }
@@ -21837,10 +21837,9 @@ const Caption = ({
21837
21837
  ...rest
21838
21838
  }) => {
21839
21839
  return jsx(Text, {
21840
- as: "p",
21841
- size: "xs",
21842
- marginTop: "sm",
21843
- marginBottom: "sm",
21840
+ as: "small",
21841
+ size: "0.8em" // We use em to be relative to the parent (we want to be smaller than the surrounding text)
21842
+ ,
21844
21843
  className: withPropsClassName("navi_caption", className),
21845
21844
  ...rest,
21846
21845
  styleCSSVars: CaptionStyleCSSVars