import { ThemeColors } from "./types"; export const defaultTheme: ThemeColors = { primary: "#3366FF", success: "#83EA23", danger: "#FF3D32", warning: "#F9B940", background: "#FFF", text: "#000", textLight: "#F2F7FB", disabled: "#B0C4D7", neutral: "#B0C4D7", placeholder: "#B0C4D7", };