rme 0.0.64 → 0.0.65

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/dist/index.mjs CHANGED
@@ -7913,7 +7913,7 @@ var WysiwygThemeWrapper = styled.div.attrs((p) => ({
7913
7913
  }
7914
7914
 
7915
7915
  .show {
7916
- font-size: 1em;
7916
+ font-size: ${(props) => props.rootFontSize};
7917
7917
  }
7918
7918
 
7919
7919
  & .cm-editor {