@ctlyst.id/internal-ui 2.1.7 → 2.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/internal-ui.cjs.development.js +0 -12
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +0 -12
- package/dist/internal-ui.esm.js.map +1 -1
- package/dist/provider/__stories__/provider.stories.d.ts +2 -1
- package/package.json +2 -2
package/dist/internal-ui.esm.js
CHANGED
@@ -4804,18 +4804,6 @@ const getTheme = foundations => {
|
|
4804
4804
|
},
|
4805
4805
|
styles: {
|
4806
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
4807
|
body: {
|
4820
4808
|
fontSize: 'text.sm',
|
4821
4809
|
color: 'black.high'
|