additional colors under admin control

This commit is contained in:
2026-06-29 22:31:37 +00:00
parent ee79662e5d
commit f62f8188bf
11 changed files with 42 additions and 0 deletions
+4
View File
@@ -37,4 +37,8 @@ export interface StationConfig {
color_success: string;
color_danger: string;
color_info: string;
color_white: string;
color_light: string;
color_medium: string;
color_black: string;
}