diff --git a/src/style/components.less b/src/style/components.less index 85a5be1..d2f0510 100644 --- a/src/style/components.less +++ b/src/style/components.less @@ -42,3 +42,22 @@ } } } + +.ant-empty-description { + color: fade(@text-color-secondary, 75%); +} + +.ant-empty-img-simple { + &-ellipse { + fill: @kw-darker; + } + + &-g { + stroke: @kw-darkest; + } + + &-path { + fill: @kw-darker; + stroke: @kw-darkest; + } +}