Use new red color everywhere

This commit is contained in:
Raphael Michel
2021-03-16 12:14:02 +01:00
parent 1357b010de
commit ebd336e8cb
2 changed files with 4 additions and 4 deletions

View File

@@ -1799,7 +1799,7 @@ Your {event} team"""))
),
},
'theme_color_danger': {
'default': '#D36060',
'default': '#C44F4F',
'type': str,
'form_class': forms.CharField,
'serializer_class': serializers.CharField,