feat: make (optional) label inline
This commit is contained in:
parent
e966641d14
commit
d8a3fc0be0
@ -267,11 +267,12 @@ export const ConfigGeneratorSection: React.StatelessComponent<ConfigGeneratorSec
|
|||||||
<Container marginBottom={marginBottom}>
|
<Container marginBottom={marginBottom}>
|
||||||
<Container marginBottom="10px" className="flex justify-between items-center">
|
<Container marginBottom="10px" className="flex justify-between items-center">
|
||||||
<Container>
|
<Container>
|
||||||
<Text fontColor={colors.white} fontSize="16px" lineHeight="18px">
|
<Text fontColor={colors.white} fontSize="16px" lineHeight="18px" display="inline">
|
||||||
{title}
|
{title}
|
||||||
</Text>
|
</Text>
|
||||||
{isOptional && (
|
{isOptional && (
|
||||||
<Text fontColor={colors.grey} fontSize="16px" lineHeight="18px">
|
<Text fontColor={colors.grey} fontSize="16px" lineHeight="18px" display="inline">
|
||||||
|
{' '}
|
||||||
(optional)
|
(optional)
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user