mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
feat: bold text for create local node
This commit is contained in:
parent
5a23c4e906
commit
ea7df5702a
@ -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} />
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user