import { rem, style } from '@fizzui/styles' export const tableWrapper = style({ overflowX: 'auto', paddingTop: rem(8), marginBottom: rem(8), })