Enable ripple effect for nav buttons

This commit is contained in:
schroda
2024-06-07 14:48:23 +02:00
parent 29d54384f5
commit 403f657945
2 changed files with 0 additions and 3 deletions

View File

@@ -233,7 +233,6 @@ export function ReaderNavBar(props: IProps) {
edge="start"
color="inherit"
aria-label="menu"
disableRipple
onClick={() => updateDrawer(false)}
size="large"
>
@@ -249,7 +248,6 @@ export function ReaderNavBar(props: IProps) {
edge="start"
color="inherit"
aria-label="menu"
disableRipple
onClick={handleBack}
size="large"
sx={{ mr: -1 }}