Searched refs:getErrorColor (Results 1 – 16 of 16) sorted by relevance
| /expo/packages/@expo/metro-runtime/build/error-overlay/UI/ |
| H A D | LogBoxStyle.js | 10 …ightColor = exports.getLogColor = exports.getErrorDarkColor = exports.getErrorColor = exports.getF… 40 function getErrorColor(opacity) { function 43 exports.getErrorColor = getErrorColor;
|
| H A D | LogBoxStyle.d.ts | 15 export declare function getErrorColor(opacity?: number): string;
|
| H A D | LogBoxStyle.js.map | 1 …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 D | LogBoxStyle.ts | 38 export function getErrorColor(opacity?: number): string { function
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/overlay/ |
| H A D | LogBoxInspectorMessageHeader.tsx | 91 color: LogBoxStyle.getErrorColor(1),
|
| H A D | LogBoxInspectorSourceMapStatus.tsx | 71 color = LogBoxStyle.getErrorColor(1);
|
| H A D | LogBoxInspectorHeader.tsx | 140 backgroundColor: LogBoxStyle.getErrorColor(),
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/overlay/ |
| H A D | LogBoxInspectorSourceMapStatus.js | 83 color = LogBoxStyle.getErrorColor(1);
|
| H A D | LogBoxInspectorMessageHeader.js | 89 color: LogBoxStyle.getErrorColor(1),
|
| H A D | LogBoxInspectorHeader.js | 115 backgroundColor: LogBoxStyle.getErrorColor(),
|
| H A D | LogBoxInspectorMessageHeader.js.map | 1 …oxStyle.getWarningColor(1),\n },\n error: {\n color: LogBoxStyle.getErrorColor(1),\n },\n f…
|
| H A D | LogBoxInspectorSourceMapStatus.js.map | 1 …metro-runtime/assets/alert-triangle.png');\n color = LogBoxStyle.getErrorColor(1);\n bre…
|
| H A D | LogBoxInspectorHeader.js.map | 1 …etWarningColor(),\n },\n error: {\n backgroundColor: LogBoxStyle.getErrorColor(),\n },\n he…
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/toast/ |
| H A D | ErrorToast.js | 91 backgroundColor: LogBoxStyle.getErrorColor(1),
|
| H A D | ErrorToast.js.map | 1 …tWarningColor(1),\n },\n error: {\n backgroundColor: LogBoxStyle.getErrorColor(1),\n },\n l…
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/toast/ |
| H A D | ErrorToast.tsx | 111 backgroundColor: LogBoxStyle.getErrorColor(1),
|