UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

14 lines (12 loc) 287 B
import { styled, tableRow } from '@project44-manifest/react-styles'; export const StyledTableRow = styled('tr', tableRow, { variants: { isHovered: { true: { '.manifest-table-cell': { backgroundColor: '$palette-grey-50', }, }, }, }, });