We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00378f4 commit 486bda9Copy full SHA for 486bda9
components/event-type-chip/types.js
@@ -12,7 +12,7 @@ const TYPES = {
12
podcast: {
13
label: getLiteral('event-type:podcast'),
14
icon: <IconPodcast />,
15
- color: '#FA0087',
+ color: '#E6007A',
16
},
17
stream: {
18
label: getLiteral('event-type:stream'),
@@ -22,12 +22,12 @@ const TYPES = {
22
talk: {
23
label: getLiteral('event-type:talk'),
24
icon: <IconTalk />,
25
- color: '#1FD19F',
+ color: '#138162',
26
27
meetup: {
28
label: getLiteral('event-type:meetup'),
29
icon: <IconMeetup />,
30
- color: '#F42F36',
+ color: '#C70A11',
31
32
fundraising: {
33
label: getLiteral('event-type:fundraising'),
0 commit comments