Polish UI, harden company creation, and add error pages
This commit is contained in:
@@ -40,7 +40,7 @@ export function setThemeModePref(v: ThemeModePref) {
|
||||
export function getAccentColor(): string {
|
||||
const raw = window.localStorage.getItem(k("accentColor"));
|
||||
if (raw && /^#[0-9a-fA-F]{6}$/.test(raw)) return raw;
|
||||
return "#7c4dff";
|
||||
return "#15803d";
|
||||
}
|
||||
|
||||
export function setAccentColor(v: string) {
|
||||
|
||||
Reference in New Issue
Block a user