mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-25 00:54:53 +00:00
Merge branch 'master' of https://github.com/marcosmoura/vue-material
* 'master' of https://github.com/marcosmoura/vue-material: Fix mdTheme.vue filename case
This commit is contained in:
commit
617101b243
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import palette from './palette';
|
||||
import rgba from './rgba';
|
||||
import MdTheme from './MdTheme';
|
||||
import MdTheme from './mdTheme';
|
||||
|
||||
const VALID_THEME_TYPE = ['primary', 'accent', 'background', 'warn', 'hue-1', 'hue-2', 'hue-3'];
|
||||
const DEFAULT_THEME_COLORS = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue