Skip to content

Commit 727d37d

Browse files
refactor: unify eventCard.module.scss files
make identical: - apps/*/src/domain/event/eventCard/eventCard.module.scss files by adding same color definitions to events-helsinki's version as was in sports-helsinki and hobbies-helsinki. Tried to check if this made any difference in the UI and couldn't find any difference. refs LIIKUNTA-455
1 parent f9172d5 commit 727d37d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/events-helsinki/src/domain/event/eventCard/eventCard.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
word-break: break-word;
99
min-width: fit-content;
1010
background-color: var(--color-white);
11+
color: var(--color-primary-black);
1112
display: grid;
1213
grid-template-columns: var(--width-image) 1fr;
1314
height: 100%;
@@ -83,6 +84,7 @@
8384

8485
.eventName {
8586
order: 3;
87+
color: var(--color-primary-black);
8688
font-size: var(--fontsize-body-l);
8789
font-weight: 600;
8890
line-height: var(--lineheight-l);

0 commit comments

Comments
 (0)