Home
last modified time | relevance | path

Searched refs:getTextColor (Results 1 – 25 of 34) sorted by relevance

12

/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DLogBoxStyle.js10 exports.getTextColor = exports.getHighlightColor = exports.getDividerColor = exports.getWarningHigh…
64 function getTextColor(opacity) { function
67 exports.getTextColor = getTextColor;
H A DLogBoxStyle.d.ts21 export declare function getTextColor(opacity?: number): string;
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorStackFrame.tsx63 color: LogBoxStyle.getTextColor(1),
71 color: LogBoxStyle.getTextColor(0.8),
79 color: LogBoxStyle.getTextColor(0.4),
83 color: LogBoxStyle.getTextColor(0.8),
H A DLogBoxInspectorMessageHeader.tsx65 color: LogBoxStyle.getTextColor(1),
103 color: LogBoxStyle.getTextColor(0.6),
106 color: LogBoxStyle.getTextColor(0.7),
H A DLogBoxInspectorCodeFrame.tsx79 borderBottomColor: LogBoxStyle.getTextColor(0.1),
87 color: LogBoxStyle.getTextColor(1),
95 color: LogBoxStyle.getTextColor(0.5),
H A DLogBoxInspectorStackFrames.tsx151 color: LogBoxStyle.getTextColor(1),
162 color: LogBoxStyle.getTextColor(1),
170 color: LogBoxStyle.getTextColor(0.7),
193 color: LogBoxStyle.getTextColor(0.7),
H A DLogBoxInspectorFooter.tsx84 color: LogBoxStyle.getTextColor(1),
109 color: LogBoxStyle.getTextColor(0.6),
H A DLogBoxInspectorSection.tsx42 color: LogBoxStyle.getTextColor(1),
H A DLogBoxInspectorHeader.tsx103 tintColor={LogBoxStyle.getTextColor()}
158 color: LogBoxStyle.getTextColor(),
H A DLogBoxInspectorSourceMapStatus.tsx94 tintColor={color ?? LogBoxStyle.getTextColor(0.4)}
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorStackFrame.js70 color: LogBoxStyle.getTextColor(1),
78 color: LogBoxStyle.getTextColor(0.8),
86 color: LogBoxStyle.getTextColor(0.4),
90 color: LogBoxStyle.getTextColor(0.8),
H A DLogBoxInspectorCodeFrame.js88 borderBottomColor: LogBoxStyle.getTextColor(0.1),
96 color: LogBoxStyle.getTextColor(1),
104 color: LogBoxStyle.getTextColor(0.5),
H A DLogBoxInspectorMessageHeader.js63 color: LogBoxStyle.getTextColor(1),
101 color: LogBoxStyle.getTextColor(0.6),
104 color: LogBoxStyle.getTextColor(0.7),
H A DLogBoxInspectorStackFrames.js123 color: LogBoxStyle.getTextColor(1),
134 color: LogBoxStyle.getTextColor(1),
142 color: LogBoxStyle.getTextColor(0.7),
165 color: LogBoxStyle.getTextColor(0.7),
H A DLogBoxInspectorFooter.js85 color: LogBoxStyle.getTextColor(1),
109 color: LogBoxStyle.getTextColor(0.6),
H A DLogBoxInspectorStackFrame.js.map1getTextColor(1),\n fontSize: 14,\n includeFontPadding: false,\n lineHeight: 18,\n font…
H A DLogBoxInspectorHeader.js85 …t(react_native_1.Image, { source: props.image, tintColor: LogBoxStyle.getTextColor(), style: heade…
132 color: LogBoxStyle.getTextColor(),
H A DLogBoxInspectorSection.js59 color: LogBoxStyle.getTextColor(1),
H A DLogBoxInspectorCodeFrame.js.map1getTextColor(0.1),\n borderBottomWidth: 1,\n },\n button: {\n paddingTop: 10,\n padding…
H A DLogBoxInspectorMessageHeader.js.map1getTextColor(1),\n fontSize: 14,\n includeFontPadding: false,\n lineHeight: 20,\n font…
H A DLogBoxInspectorSourceMapStatus.js97 …tive_1.Animated.Image, { source: image, tintColor: color ?? LogBoxStyle.getTextColor(0.4), style: [
/expo/packages/@expo/metro-runtime/src/error-overlay/toast/
H A DErrorToastMessage.tsx20 color: LogBoxStyle.getTextColor(1),
26 color: LogBoxStyle.getTextColor(0.6),
/expo/packages/@expo/metro-runtime/build/error-overlay/toast/
H A DErrorToastMessage.js42 color: LogBoxStyle.getTextColor(1),
48 color: LogBoxStyle.getTextColor(0.6),
H A DErrorToastMessage.js.map1 …oxStyle.getTextColor(1),\n flex: 1,\n fontSize: 14,\n lineHeight: 22,\n },\n substituti…
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxStyle.ts62 export function getTextColor(opacity?: number): string { function

12