Skip to content

Commit

Permalink
update liquid card item border to grey30 on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Feb 21, 2024
1 parent 46243ba commit 3acc39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function LiquidsListItem(props: LiquidsListItemProps): JSX.Element {
border: 1px solid ${COLORS.white};
&:hover {
cursor: pointer;
${BORDERS.cardOutlineBorder}
border: 1px solid ${COLORS.grey30};
}
`
const handleSetOpenItem = (): void => {
Expand Down

0 comments on commit 3acc39c

Please sign in to comment.