Variable oryThemeConst

oryTheme: MapLeafNodes<{
    accent: {
        def: string;
        disabled: string;
        emphasis: string;
        muted: string;
        subtle: string;
    };
    background: {
        canvas: string;
        subtle: string;
        surface: string;
    };
    border: {
        def: string;
    };
    error: {
        def: string;
        emphasis: string;
        muted: string;
        subtle: string;
    };
    fontFamily: string;
    fontFamilyMono: string;
    fontStyle: string;
    foreground: {
        def: string;
        disabled: string;
        muted: string;
        onAccent: string;
        onDark: string;
        onDisabled: string;
        subtle: string;
    };
    input: {
        background: string;
        disabled: string;
        placeholder: string;
        text: string;
    };
    success: {
        emphasis: string;
    };
    text: {
        def: string;
        disabled: string;
    };
}, CSSVarFunction> = ...

Generated using TypeDoc