Skip to content

Commit 2905fdb

Browse files
authored
Merge pull request #252 from korylprince/master
Fix mdTheme.vue filename case
2 parents bdae7ad + b5ca774 commit 2905fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/mdTheme/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import palette from './palette';
22
import rgba from './rgba';
3-
import MdTheme from './MdTheme';
3+
import MdTheme from './mdTheme';
44

55
const VALID_THEME_TYPE = ['primary', 'accent', 'background', 'warn', 'hue-1', 'hue-2', 'hue-3'];
66
const DEFAULT_THEME_COLORS = {

0 commit comments

Comments
 (0)