@ctlyst.id/internal-ui 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -4808,26 +4808,6 @@ const getTheme = foundations => {
4808
4808
  components: {
4809
4809
  ...components
4810
4810
  },
4811
- styles: {
4812
- global: {
4813
- '&::-webkit-scrollbar': {
4814
- width: '10px',
4815
- height: '10px'
4816
- },
4817
- '&::-webkit-scrollbar-track': {
4818
- background: 'white'
4819
- },
4820
- '&::-webkit-scrollbar-thumb': {
4821
- background: 'neutral.400',
4822
- borderRadius: '24px',
4823
- border: '2px solid white'
4824
- },
4825
- body: {
4826
- fontSize: 'text.sm',
4827
- color: 'black.high'
4828
- }
4829
- }
4830
- },
4831
4811
  config
4832
4812
  });
4833
4813
  };