fix: make custom input to expression component
This commit is contained in:
parent
ea88f9dcf4
commit
29eac9c92f
|
@ -7,7 +7,7 @@ type LabelInputProps = {
|
||||||
placeholderText: string
|
placeholderText: string
|
||||||
}
|
}
|
||||||
|
|
||||||
function LabelInputField({ labelText, placeholderText }: LabelInputProps) {
|
const LabelInputField = ({ labelText, placeholderText }: LabelInputProps) => {
|
||||||
return (
|
return (
|
||||||
<Label flexDirection="column" alignItems="flex-start" my={10} width={'100%'}>
|
<Label flexDirection="column" alignItems="flex-start" my={10} width={'100%'}>
|
||||||
<Text size={13} weight="regular" color={'#647084'}>
|
<Text size={13} weight="regular" color={'#647084'}>
|
||||||
|
|
Loading…
Reference in New Issue