Added primary/secondary color selection

Added two new inputs to the options menu: primary and secondary color selectors.
This commit is contained in:
Aimsucks
2022-06-07 16:53:51 +00:00
parent f19b4675ad
commit 901798055b
10 changed files with 153 additions and 7 deletions

View File

@@ -5,6 +5,8 @@ export interface Settings {
title?: string;
logo?: string;
favicon?: string;
primary_color?: string;
secondary_color?: string;
}
export interface Config {