Skip to content

Commit 495e976

Browse files
authored
Refactor: Refactored CSS in src/components/EventListCard/EventListCard.tsx (PalisadoesFoundation#3188)
1 parent 2f68501 commit 495e976

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/EventListCard/EventListCard.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ function eventListCard(props: InterfaceEventListCardProps): JSX.Element {
7575
<>
7676
<div
7777
className={styles.cardsEventListCard}
78-
style={{
79-
backgroundColor: '#d9d9d9',
80-
}}
8178
onClick={showViewModal}
8279
data-testid="card"
8380
>
@@ -98,5 +95,5 @@ function eventListCard(props: InterfaceEventListCardProps): JSX.Element {
9895
</>
9996
);
10097
}
101-
export {};
98+
10299
export default eventListCard;

0 commit comments

Comments
 (0)