mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +00:00
fix: make custom input to expression component
This commit is contained in:
parent
ea88f9dcf4
commit
29eac9c92f
@ -7,7 +7,7 @@ type LabelInputProps = {
|
||||
placeholderText: string
|
||||
}
|
||||
|
||||
function LabelInputField({ labelText, placeholderText }: LabelInputProps) {
|
||||
const LabelInputField = ({ labelText, placeholderText }: LabelInputProps) => {
|
||||
return (
|
||||
<Label flexDirection="column" alignItems="flex-start" my={10} width={'100%'}>
|
||||
<Text size={13} weight="regular" color={'#647084'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user