Minor UI improvements.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function DataLabelComponent({
|
||||
const { key, ...rest } = restProps;
|
||||
return (
|
||||
<View key={key} {...rest} style={{ margin: 4, ...restProps.style }}>
|
||||
<Text>{label}</Text>
|
||||
<Text style={{ fontWeight: "bold" }}>{label}</Text>
|
||||
<Text>{theContent}</Text>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user