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,

View File

@@ -45,9 +45,9 @@ $(function () {
if (data_type === 'B') {
var colors;
if (data[0].answer_bool) {
colors = ['#50A167', '#D36060'];
colors = ['#50A167', '#C44F4F'];
} else {
colors = ['#D36060', '#50A167'];
colors = ['#C44F4F', '#50A167'];
}
new Morris.Donut({
element: 'question_chart',
@@ -65,7 +65,7 @@ $(function () {
'#50A167',
'#FFB419',
'#5F9CD4',
'#D36060',
'#C44F4F',
'#83FFFA',
'#FF6C38',
'#1f5b8e',