@ctlyst.id/internal-ui 2.1.8 → 2.1.9

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.
@@ -4802,6 +4802,14 @@ const getTheme = foundations => {
4802
4802
  components: {
4803
4803
  ...components
4804
4804
  },
4805
+ styles: {
4806
+ global: {
4807
+ body: {
4808
+ fontSize: 'text.sm',
4809
+ color: 'black.high'
4810
+ }
4811
+ }
4812
+ },
4805
4813
  config
4806
4814
  });
4807
4815
  };