MCPcopy
hub / github.com/BlueWallet/BlueWallet / BlueFormLabel

Function BlueFormLabel

components/BlueFormLabel.tsx:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { useTheme } from './themes';
6
7const BlueFormLabel: React.FC<TextProps> = props => {
8 const { colors } = useTheme();
9 const { direction } = useLocale();
10
11 return <Text {...props} style={[styles.blueFormLabel, { color: colors.foregroundColor, writingDirection: direction }]} />;
12};
13
14const styles = StyleSheet.create({
15 blueFormLabel: {

Callers

nothing calls this directly

Calls 1

useThemeFunction · 0.90

Tested by

no test coverage detected