mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Refactor web app code and add background color setting
This commit is contained in:
@@ -76,8 +76,10 @@ export const actions: Actions = {
|
||||
"PATCH",
|
||||
{
|
||||
body: {
|
||||
accent_color_light_theme: data.get("accent-color-light"),
|
||||
accent_color_dark_theme: data.get("accent-color-dark"),
|
||||
accent_color_light_theme: data.get("accent-color-light"),
|
||||
background_color_dark_theme: data.get("background-color-dark"),
|
||||
background_color_light_theme: data.get("background-color-light"),
|
||||
favicon_image: uploadedImage.data?.file_id
|
||||
},
|
||||
successMessage: "Successfully updated global settings"
|
||||
|
||||
Reference in New Issue
Block a user