Skip to content

Commit

Permalink
fix: table style (#142)
Browse files Browse the repository at this point in the history
closes #141
  • Loading branch information
thezeeshann committed Mar 6, 2024
1 parent 6e2e252 commit 0c5b76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/Table/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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};
`}
`

Expand Down

0 comments on commit 0c5b76b

Please sign in to comment.