fix: make custom input to expression component

This commit is contained in:
RadoslavDimchev 2023-08-28 12:40:52 +03:00
parent ea88f9dcf4
commit 29eac9c92f
1 changed files with 1 additions and 1 deletions

View File

@ -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'}>