Skip to content

Commit

Permalink
Add arrow & arrow__hover--right-small classes to resetvation-material
Browse files Browse the repository at this point in the history
Because it containes an arrow button inside.
  • Loading branch information
Adamik10 committed Dec 29, 2023
1 parent b63c640 commit e2e20c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ReservationMaterial: FC<ReservationMaterialProps & MaterialProps> = ({
return (
<li>
<div
className="list-reservation my-32 cursor-pointer"
className="list-reservation my-32 cursor-pointer arrow arrow__hover--right-small"
role="button"
onClick={() => openDetailsModal()}
onKeyUp={(e) => {
Expand Down

0 comments on commit e2e20c8

Please sign in to comment.