Searched refs:getErrorDarkColor (Results 1 – 7 of 7) sorted by relevance
10 … = exports.getWarningHighlightColor = exports.getLogColor = exports.getErrorDarkColor = exports.ge…44 function getErrorDarkColor(opacity) { function47 exports.getErrorDarkColor = getErrorDarkColor;
16 export declare function getErrorDarkColor(opacity?: number): string;
1 … 83, 105, ${opacity == null ? 1 : opacity})`;\n}\n\nexport function getErrorDarkColor(opacity?: nu…
42 export function getErrorDarkColor(opacity?: number): string { function
69 pressed: LogBoxStyle.getErrorDarkColor(),
1 …error: {\n default: 'transparent',\n pressed: LogBoxStyle.getErrorDarkColor(),\n },\n…
73 pressed: LogBoxStyle.getErrorDarkColor(),