Skip to content

Commit cf1a153

Browse files
changed color of cooking workshop
1 parent 684a00a commit cf1a153

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/CommunityPortal/Reports/Participation/MyCases.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@
236236
}
237237

238238
.eventBadge[data-type='Cooking Workshop'] {
239-
background-color: #fdecea;
240-
color: #e74c3c;
239+
background-color: #eaeafd;
240+
color: #3c3ce7;
241241
}
242242

243243
.eventBadge[data-type='Dance Class'] {
@@ -262,8 +262,8 @@
262262
}
263263

264264
.caseCardDark .eventBadge[data-type='Cooking Workshop'] {
265-
background-color: rgba(231, 76, 60, 0.2);
266-
color: #f1948a;
265+
background-color: rgba(4, 0, 255, 0.2);
266+
color: #8a8af1;
267267
}
268268

269269
.caseCardDark .eventBadge[data-type='Dance Class'] {

0 commit comments

Comments
 (0)