Enable ripple effect for nav buttons
This commit is contained in:
@@ -103,7 +103,6 @@ export function DefaultNavBar() {
|
||||
sx={{ marginRight: 2 }}
|
||||
color="inherit"
|
||||
aria-label="menu"
|
||||
disableRipple
|
||||
size="large"
|
||||
onClick={handleBack}
|
||||
>
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user