MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / DetailsModalHeader

Function DetailsModalHeader

app/components/Base/DetailsModal.js:73–78  ·  view source on GitHub ↗
({ style, ...props })

Source from the content-addressed store, hash-verified

71};
72
73const DetailsModalHeader = ({ style, ...props }) => {
74 const { colors } = useTheme();
75 const styles = createStyles(colors);
76
77 return <View style={[styles.header, style]} {...props} />;
78};
79const DetailsModalTitle = ({ style, ...props }) => {
80 const { colors } = useTheme();
81 const styles = createStyles(colors);

Callers

nothing calls this directly

Calls 2

useThemeFunction · 0.90
createStylesFunction · 0.70

Tested by

no test coverage detected