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

@@ -103,7 +103,6 @@ export function DefaultNavBar() {
sx={{ marginRight: 2 }} sx={{ marginRight: 2 }}
color="inherit" color="inherit"
aria-label="menu" aria-label="menu"
disableRipple
size="large" size="large"
onClick={handleBack} onClick={handleBack}
> >

View File

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