UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

15 lines 559 B
import { Z_INDEX } from '../../../../../designSystem/kubitWireframe/commons/foundations/zIndex'; import { TableHeadVariantType } from './variants'; export const getTableHeadStyles = (COLORS) => { return { [TableHeadVariantType.DEFAULT]: { container: { display: 'table-header-group', transition: 'box-shadow 200ms', z_index: Z_INDEX.INTERN_1, background_color: COLORS.SECONDARY.color_secondary_bg_150, }, }, }; }; //# sourceMappingURL=styles.js.map