Home
last modified time | relevance | path

Searched refs:getBackgroundLightColor (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DLogBoxStyle.js10 …ports.getWarningColor = exports.getBackgroundDarkColor = exports.getBackgroundLightColor = exports…
16 function getBackgroundLightColor(opacity) { function
19 exports.getBackgroundLightColor = getBackgroundLightColor;
H A DLogBoxStyle.d.ts9 export declare function getBackgroundLightColor(opacity?: number): string;
H A DLogBoxStyle.js.map1 …1, 51, ${opacity == null ? 1 : opacity})`;\n}\n\nexport function getBackgroundLightColor(opacity?:…
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxStyle.ts14 export function getBackgroundLightColor(opacity?: number): string { function