This commit is contained in:
syuilo
2018-05-20 09:04:48 +09:00
parent 3187cb69ec
commit 32de11c4bb
6 changed files with 207 additions and 72 deletions

View File

@@ -6,7 +6,7 @@
@include md-register-theme("default", (
primary: $themeColor,
accent: md-get-palette-color(red, A200)
accent: $themeColor
));
@import "~vue-material/dist/components/MdButton/theme";