diff --git a/src/packages/Table/style.ts b/src/packages/Table/style.ts index b13e9e9..22ae4f1 100644 --- a/src/packages/Table/style.ts +++ b/src/packages/Table/style.ts @@ -12,7 +12,7 @@ export const Table = styled.table` export const TableHead = styled.thead` ${({ theme }) => css` - background-color: ${theme.colors.base.info}; + background-color: ${theme.colors.primary.light}; `} `