diff --git a/frontend/src/metabase/components/CollectionList.jsx b/frontend/src/metabase/components/CollectionList.jsx
index dd7def0be7d760f3faad63a76bc7219f03c13814..e5964dd6cbc9cf7ae2f04c8bb1cba9eea8c3845e 100644
--- a/frontend/src/metabase/components/CollectionList.jsx
+++ b/frontend/src/metabase/components/CollectionList.jsx
@@ -88,7 +88,7 @@ class CollectionList extends React.Component {
               >
                 <Box p={2} className="bordered rounded">
                   <Flex align="center" py={1}>
-                    <Icon name="add" />
+                    <Icon name="add" mr={1} bordered />
                     <h4>{t`New collection`}</h4>
                   </Flex>
                 </Box>