Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 186584c

Browse files
authored
Merge pull request #21 from forepath/fix/secondary_theme_color_setting
fix: secondary theme color defaults
2 parents 0e842c4 + 9339afd commit 186584c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/Http/Controllers/AdminSettingsController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ public function settings_update(Request $request): RedirectResponse
148148
switch ($setting) {
149149
case 'theme.primary':
150150
return '#040E29';
151+
case 'theme.secondary':
152+
return '#FF6B00';
151153
case 'theme.white':
152154
return '#FFFFFF';
153155
case 'theme.gray':

0 commit comments

Comments
 (0)