mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Refactor primary color to settings variable (#1775)
This commit is contained in:
@@ -1580,7 +1580,7 @@ Your {event} team"""))
|
||||
'type': bool
|
||||
},
|
||||
'primary_color': {
|
||||
'default': '#8E44B3',
|
||||
'default': settings.PRETIX_PRIMARY_COLOR,
|
||||
'type': str,
|
||||
},
|
||||
'theme_color_success': {
|
||||
|
||||
Reference in New Issue
Block a user