Added optional tag to create account label.

This commit is contained in:
muzam1l
2022-07-01 19:41:52 +05:30
parent 53afb1d3d1
commit 4f1b877db0

View File

@@ -549,10 +549,12 @@ const ImportAccountDialog = ({
</Button> </Button>
</DialogTrigger> </DialogTrigger>
<DialogContent aria-describedby={undefined}> <DialogContent aria-describedby={undefined}>
<DialogTitle css={{mb: '$4'}}>{title}</DialogTitle> <DialogTitle css={{ mb: "$4" }}>{title}</DialogTitle>
<Flex column> <Flex column>
<Box css={{ mb: "$2" }}> <Box css={{ mb: "$2" }}>
<Label>Account name</Label> <Label>
Account name <Text muted>(optional)</Text>
</Label>
<Input <Input
name="name" name="name"
type="text" type="text"