From cdf786676c70a1d827075da57df3e5b720c17703 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 22 Feb 2017 18:10:02 +0800 Subject: [PATCH] Fix popconfirm missing button styles --- components/popconfirm/style/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/popconfirm/style/index.tsx b/components/popconfirm/style/index.tsx index 29d9e687d3..c4708ebddb 100644 --- a/components/popconfirm/style/index.tsx +++ b/components/popconfirm/style/index.tsx @@ -1,2 +1,5 @@ import '../../style/index.less'; + +// style dependencies import '../../popover/style'; +import '../../button/style';