Skip to content

Commit

Permalink
fix(list): colors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukioru committed Mar 4, 2024
1 parent 4e5a7ed commit 25a6ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/list/src/List.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export const HoverRowWrapper = styled(filteredHoverTag)`
p.checked &&
css`
> .table-gird-row {
background-color: ${getTheme(p.theme, 'colors.semiPrimary')};
background-color: ${getTheme(p.theme, 'colors.lightPrimary')};
}
`}
`;
Expand Down

0 comments on commit 25a6ea3

Please sign in to comment.