From 5d3b461867ece58609d57d542d48df835a2f42bd Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 1 Jan 2018 15:23:40 +0800 Subject: [PATCH] Fix missing style of Input.Search, close #8700 --- components/input/style/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/input/style/index.tsx b/components/input/style/index.tsx index 3a3ab0de59..416ec0177e 100644 --- a/components/input/style/index.tsx +++ b/components/input/style/index.tsx @@ -1,2 +1,5 @@ import '../../style/index.less'; import './index.less'; + +// style dependencies +import '../../button/style';