feat(Notify): add @notify-text-color less var
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// Utils
|
||||
import { createNamespace } from '../utils';
|
||||
import { WHITE } from '../utils/constant';
|
||||
import { inherit } from '../utils/functional';
|
||||
|
||||
// Mixins
|
||||
@@ -54,6 +53,7 @@ function Notify(
|
||||
|
||||
Notify.props = {
|
||||
...popupMixinProps,
|
||||
color: String,
|
||||
background: String,
|
||||
className: null as any,
|
||||
message: [Number, String],
|
||||
@@ -62,10 +62,6 @@ Notify.props = {
|
||||
type: String,
|
||||
default: 'danger',
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: WHITE,
|
||||
},
|
||||
duration: {
|
||||
type: Number,
|
||||
default: 3000,
|
||||
|
||||
Reference in New Issue
Block a user