Skip to content

ThemeColor

type ThemeColor = {
dark: string;
light: string;
};
dark: string;

light: string;