Home
last modified time | relevance | path

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

/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DLogBoxStyle.js10 …olor = exports.getFatalColor = exports.getWarningDarkColor = exports.getWarningColor = exports.get…
24 function getWarningColor(opacity) { function
27 exports.getWarningColor = getWarningColor;
H A DLogBoxStyle.d.ts11 export declare function getWarningColor(opacity?: number): string;
H A DLogBoxStyle.js.map1 …4, 34, 34, ${opacity == null ? 1 : opacity})`;\n}\n\nexport function getWarningColor(opacity?: num…
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxStyle.ts22 export function getWarningColor(opacity?: number): string { function
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorMessageHeader.tsx88 color: LogBoxStyle.getWarningColor(1),
H A DLogBoxInspectorSourceMapStatus.tsx75 color = LogBoxStyle.getWarningColor(1);
H A DLogBoxInspectorHeader.tsx137 backgroundColor: LogBoxStyle.getWarningColor(),
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorSourceMapStatus.js87 color = LogBoxStyle.getWarningColor(1);
H A DLogBoxInspectorMessageHeader.js86 color: LogBoxStyle.getWarningColor(1),
H A DLogBoxInspectorHeader.js112 backgroundColor: LogBoxStyle.getWarningColor(),
H A DLogBoxInspectorMessageHeader.js.map1 …false,\n lineHeight: 28,\n },\n warn: {\n color: LogBoxStyle.getWarningColor(1),\n },\n …
H A DLogBoxInspectorSourceMapStatus.js.map1 …'@expo/metro-runtime/assets/loader.png');\n color = LogBoxStyle.getWarningColor(1);\n br…
H A DLogBoxInspectorHeader.js.map1 ….getFatalColor(),\n },\n warn: {\n backgroundColor: LogBoxStyle.getWarningColor(),\n },\n e…
/expo/packages/@expo/metro-runtime/build/error-overlay/toast/
H A DErrorToast.js88 backgroundColor: LogBoxStyle.getWarningColor(1),
H A DErrorToast.js.map1 …s = StyleSheet.create({\n warn: {\n backgroundColor: LogBoxStyle.getWarningColor(1),\n },\n …
/expo/packages/@expo/metro-runtime/src/error-overlay/toast/
H A DErrorToast.tsx108 backgroundColor: LogBoxStyle.getWarningColor(1),