Interface ThemeBase

Hierarchy

  • ThemeBase

Properties

bodyBg: string
headingColor: string
radius: {
    large: string;
    medium: string;
    normal: string;
    tiny: string;
}

Type declaration

  • large: string
  • medium: string
  • normal: string
  • tiny: string
shadow: {
    button: string;
    input: string;
    inputHover: string;
    nvbar: string;
    thead: string;
    tooltip: string;
}

Type declaration

  • button: string
  • input: string
  • inputHover: string
  • nvbar: string
  • thead: string
  • tooltip: string
shape: {
    borderRadius: string;
}

Type declaration

  • borderRadius: string
spacing: {
    0: string;
    1: string;
    2: string;
    3: string;
    4: string;
    5: string;
}

Type declaration

  • 0: string
  • 1: string
  • 2: string
  • 3: string
  • 4: string
  • 5: string
textColor: string
typography: {
    button: {
        fontWeight: number;
        lineHeight: number;
        textTransform: string;
    };
}

Type declaration

  • button: {
        fontWeight: number;
        lineHeight: number;
        textTransform: string;
    }
    • fontWeight: number
    • lineHeight: number
    • textTransform: string

Generated using TypeDoc