Skip to content

Commit 486bda9

Browse files
committed
fix: change labels background color to pass contrast checker for accessibility purpose
1 parent 00378f4 commit 486bda9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: components/event-type-chip/types.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const TYPES = {
1212
podcast: {
1313
label: getLiteral('event-type:podcast'),
1414
icon: <IconPodcast />,
15-
color: '#FA0087',
15+
color: '#E6007A',
1616
},
1717
stream: {
1818
label: getLiteral('event-type:stream'),
@@ -22,12 +22,12 @@ const TYPES = {
2222
talk: {
2323
label: getLiteral('event-type:talk'),
2424
icon: <IconTalk />,
25-
color: '#1FD19F',
25+
color: '#138162',
2626
},
2727
meetup: {
2828
label: getLiteral('event-type:meetup'),
2929
icon: <IconMeetup />,
30-
color: '#F42F36',
30+
color: '#C70A11',
3131
},
3232
fundraising: {
3333
label: getLiteral('event-type:fundraising'),

0 commit comments

Comments
 (0)