feat(Notify): add @notify-text-color less var

This commit is contained in:
陈嘉涵
2020-01-28 16:13:22 +08:00
parent cfadcefb0a
commit 9dcf57c65f
5 changed files with 10 additions and 13 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import Vue from 'vue';
import VanNotify from './Notify';
import { WHITE } from '../utils/constant';
import { isObject, isServer } from '../utils';
import { mount } from '../utils/functional';
import { NotifyOptions } from 'types/notify';
@@ -60,7 +59,7 @@ function defaultOptions(): NotifyOptions {
type: 'danger',
value: true,
message: '',
color: WHITE,
color: undefined,
background: undefined,
duration: 3000,
className: '',