Home
last modified time | relevance | path

Searched refs:getErrorColor (Results 1 – 16 of 16) sorted by relevance

/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DLogBoxStyle.js10 …ightColor = exports.getLogColor = exports.getErrorDarkColor = exports.getErrorColor = exports.getF…
40 function getErrorColor(opacity) { function
43 exports.getErrorColor = getErrorColor;
H A DLogBoxStyle.d.ts15 export declare function getErrorColor(opacity?: number): string;
H A DLogBoxStyle.js.map1 …08, 75, 95, ${opacity == null ? 1 : opacity})`;\n}\n\nexport function getErrorColor(opacity?: numb…
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxStyle.ts38 export function getErrorColor(opacity?: number): string { function
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorMessageHeader.tsx91 color: LogBoxStyle.getErrorColor(1),
H A DLogBoxInspectorSourceMapStatus.tsx71 color = LogBoxStyle.getErrorColor(1);
H A DLogBoxInspectorHeader.tsx140 backgroundColor: LogBoxStyle.getErrorColor(),
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorSourceMapStatus.js83 color = LogBoxStyle.getErrorColor(1);
H A DLogBoxInspectorMessageHeader.js89 color: LogBoxStyle.getErrorColor(1),
H A DLogBoxInspectorHeader.js115 backgroundColor: LogBoxStyle.getErrorColor(),
H A DLogBoxInspectorMessageHeader.js.map1 …oxStyle.getWarningColor(1),\n },\n error: {\n color: LogBoxStyle.getErrorColor(1),\n },\n f…
H A DLogBoxInspectorSourceMapStatus.js.map1 …metro-runtime/assets/alert-triangle.png');\n color = LogBoxStyle.getErrorColor(1);\n bre…
H A DLogBoxInspectorHeader.js.map1 …etWarningColor(),\n },\n error: {\n backgroundColor: LogBoxStyle.getErrorColor(),\n },\n he…
/expo/packages/@expo/metro-runtime/build/error-overlay/toast/
H A DErrorToast.js91 backgroundColor: LogBoxStyle.getErrorColor(1),
H A DErrorToast.js.map1 …tWarningColor(1),\n },\n error: {\n backgroundColor: LogBoxStyle.getErrorColor(1),\n },\n l…
/expo/packages/@expo/metro-runtime/src/error-overlay/toast/
H A DErrorToast.tsx111 backgroundColor: LogBoxStyle.getErrorColor(1),