We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 863d944 + cf1a153 commit 958e090Copy full SHA for 958e090
1 file changed
src/components/CommunityPortal/Reports/Participation/MyCases.module.css
@@ -236,8 +236,8 @@
236
}
237
238
.eventBadge[data-type='Cooking Workshop'] {
239
- background-color: #fdecea;
240
- color: #e74c3c;
+ background-color: #eaeafd;
+ color: #3c3ce7;
241
242
243
.eventBadge[data-type='Dance Class'] {
@@ -262,8 +262,8 @@
262
263
264
.caseCardDark .eventBadge[data-type='Cooking Workshop'] {
265
- background-color: rgba(231, 76, 60, 0.2);
266
- color: #f1948a;
+ background-color: rgba(4, 0, 255, 0.2);
+ color: #8a8af1;
267
268
269
.caseCardDark .eventBadge[data-type='Dance Class'] {
0 commit comments