mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Allow new fields in ThemeController
This commit is contained in:
parent
6b3342036f
commit
ab6e8270df
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class Settings::ThemeController < ApplicationController
|
||||||
dark_color dark_text
|
dark_color dark_text
|
||||||
light_color light_text
|
light_color light_text
|
||||||
raised_background raised_accent
|
raised_background raised_accent
|
||||||
|
raised_text raised_accent_text
|
||||||
background_color body_text
|
background_color body_text
|
||||||
muted_text input_color
|
muted_text input_color
|
||||||
input_text input_placeholder
|
input_text input_placeholder
|
||||||
|
|
Loading…
Reference in a new issue