@ctlyst.id/internal-ui 2.1.8 → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  };