[PE mobile] Fix Bug 50848

This commit is contained in:
SergeyEzhin 2021-06-16 19:20:59 +03:00
parent e3b52d0bcb
commit 6c9ad62861

View file

@ -310,7 +310,7 @@ const PageTransition = props => {
</ListItem>
</List>
<List className="buttons-list">
<ListItem href="#" className="button button-raised button-fill" onClick={props.onApplyAll}>{_t.textApplyAll}</ListItem>
<ListButton className="button-fill button-raised" onClick={props.onApplyAll}>{_t.textApplyAll}</ListButton>
</List>
</Page>
);