Enable ripple effect for nav buttons
This commit is contained in:
@@ -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}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user