@tap-payments/os-micro-frontend-shared 0.0.84-sheet-view-scroll-v5 → 0.0.84-sheet-view-scroll-v6

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.
@@ -105,7 +105,7 @@ export const StyledTableBox = styled(Box, {
105
105
  '&::-webkit-scrollbar-thumb': {
106
106
  backgroundColor: '#DADCDF',
107
107
  borderRadius: '32px',
108
- border: '2px solid transparent',
108
+ border: '3px solid transparent',
109
109
  backgroundClip: 'content-box',
110
110
  minHeight: '20px',
111
111
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.0.84-sheet-view-scroll-v5",
4
+ "version": "0.0.84-sheet-view-scroll-v6",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",