From aaf2a508bef96f81faf556036649b2a2fe5b635b Mon Sep 17 00:00:00 2001 From: Graeme Yeates Date: Wed, 21 Jun 2017 12:41:45 -0400 Subject: [PATCH] Fix calendar clear background color --- components/date-picker/style/Picker.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/date-picker/style/Picker.less b/components/date-picker/style/Picker.less index a5b3d6e198..d62a5fd2d3 100644 --- a/components/date-picker/style/Picker.less +++ b/components/date-picker/style/Picker.less @@ -48,7 +48,7 @@ z-index: 1; position: absolute; right: 7px; - background: #fff; + background: @input-bg; top: 50%; font-size: @font-size-base; color: @disabled-color;