Skip to content

Commit

Permalink
Refactor: Refactored CSS in src/components/EventListCard/EventListCar…
Browse files Browse the repository at this point in the history
  • Loading branch information
PratapRathi authored Jan 6, 2025
1 parent 2f68501 commit 495e976
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/EventListCard/EventListCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ function eventListCard(props: InterfaceEventListCardProps): JSX.Element {
<>
<div
className={styles.cardsEventListCard}
style={{
backgroundColor: '#d9d9d9',
}}
onClick={showViewModal}
data-testid="card"
>
Expand All @@ -98,5 +95,5 @@ function eventListCard(props: InterfaceEventListCardProps): JSX.Element {
</>
);
}
export {};

export default eventListCard;

0 comments on commit 495e976

Please sign in to comment.