Skip to content

Commit 736e3b4

Browse files
committed
chore(website): re-enable ripples to match defaults
This was accidentally committed back when I was fixing issues with the findDOMNode/transition package.
1 parent b1e9666 commit 736e3b4

File tree

1 file changed

+1
-2
lines changed
  • packages/documentation/src/components/Layout

1 file changed

+1
-2
lines changed

packages/documentation/src/components/Layout/Layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ export default function Layout({
114114

115115
return (
116116
<Configuration
117-
defaultSize={defaultSize}
118117
icons={icons}
119-
disableRipple
118+
defaultSize={defaultSize}
120119
menuConfiguration={menuConfiguration}
121120
>
122121
<TOCVisibilityProvider pathname={pathname}>

0 commit comments

Comments
 (0)