Skip to content

Commit f86186c

Browse files
sadovnychyikradio3
authored andcommitted
1 parent 5a71ca7 commit f86186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Menu/MenuSlider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import classnames from 'classnames';
44
import ScaledComponent from './ScaledComponent';
55

6-
const ROOT = 'mdc-simple-menu';
6+
const ROOT = 'mdc-menu';
77
const ANIMATING = `${ROOT}--animating`;
88
const OPEN = `${ROOT}--open`;
99
const TOPLEFT = `${OPEN}-from-top-left`;

0 commit comments

Comments
 (0)