Skip to content

Commit 617101b

Browse files
committed
* 'master' of https://github.com/marcosmoura/vue-material: Fix mdTheme.vue filename case
2 parents 31c9b3c + ec41a0c commit 617101b

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)