feat: bold text for create local node

This commit is contained in:
RadoslavDimchev 2023-12-07 11:34:48 +02:00
parent 5a23c4e906
commit ea7df5702a
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ const CreateAvatar = () => {
</XStack>
<XStack justifyContent={'space-between'}>
<YStack>
<Text size={13} weight="regular" color={'#647084'}>
<Text size={13} weight="semibold" color={'#647084'}>
Device Avatar
</Text>
<XStack my={10} alignItems={'end'}>
@ -65,7 +65,7 @@ const CreateAvatar = () => {
</XStack>
</YStack>
<YStack flexWrap="wrap" width="80%">
<Text size={13} weight="regular" color={'#647084'}>
<Text size={13} weight="semibold" color={'#647084'}>
Highlight Color
</Text>
<ColorPicker setChosenColor={setChosenColor} />

View File

@ -10,7 +10,7 @@ type LabelInputProps = {
const LabelInputField = ({ labelText, placeholderText }: LabelInputProps) => {
return (
<Label flexDirection="column" alignItems="flex-start" my={10} width={'100%'}>
<Text size={13} weight="regular" color={'#647084'}>
<Text size={13} weight="semibold" color={'#647084'}>
{labelText}
</Text>
<div className="input-container">