@ctlyst.id/internal-ui 2.1.7 → 2.1.8

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,26 +4802,6 @@ const getTheme = foundations => {
4802
4802
  components: {
4803
4803
  ...components
4804
4804
  },
4805
- styles: {
4806
- global: {
4807
- '&::-webkit-scrollbar': {
4808
- width: '10px',
4809
- height: '10px'
4810
- },
4811
- '&::-webkit-scrollbar-track': {
4812
- background: 'white'
4813
- },
4814
- '&::-webkit-scrollbar-thumb': {
4815
- background: 'neutral.400',
4816
- borderRadius: '24px',
4817
- border: '2px solid white'
4818
- },
4819
- body: {
4820
- fontSize: 'text.sm',
4821
- color: 'black.high'
4822
- }
4823
- }
4824
- },
4825
4805
  config
4826
4806
  });
4827
4807
  };