Merge pull request #118 from LaconicNetwork/oriofir/css

Oriofir/css
This commit is contained in:
oriofir 2022-08-31 18:17:00 -07:00 committed by GitHub
commit fa52fe641b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,7 @@ const CustomForm = ({ data }: FormProps) => {
onChange={(e) => setText(e.target.value)}
></textarea>
</label>
<Button size="medium" variant="primary">
{data?.formLabelButton}
</Button>