chore(confirm-dialog): fix divider opacity

This commit is contained in:
George Lima 2019-01-21 13:28:14 -03:00
parent 9bf60bd538
commit ef6486fc78
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export const ConfirmDialogComponent = ({
<TitleWrapper>
<TextComponent value={title} align='center' />
</TitleWrapper>
<Divider />
<Divider opacity={0.3} />
{React.Children.map(children, _ => _)}
{showButtons && (
<>