Skip to content

Commit

Permalink
fix(Card): remove aria selected
Browse files Browse the repository at this point in the history
  • Loading branch information
MEsteves22 authored and zettca committed Aug 24, 2023
1 parent f1a7b9d commit 25106bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export const HvCard = (props: HvCardProps) => {
} = useDefaultProps("HvCard", props);

const { classes, css, cx } = useClasses(classesProp);

return (
<HvBox
aria-selected={selectable ? selected : undefined}
className={cx(
"HvIsCardGridElement",
classes.root,
Expand Down

0 comments on commit 25106bf

Please sign in to comment.