From 726b707a99aaf23c81362f54539a9ed83824b397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 23 Feb 2021 14:06:05 +0100 Subject: [PATCH] fix: minor visual for dropdowns --- frontend/src/component/common/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/common/index.js b/frontend/src/component/common/index.js index e603c4c34a..09b1fba230 100644 --- a/frontend/src/component/common/index.js +++ b/frontend/src/component/common/index.js @@ -140,8 +140,8 @@ IconLink.propTypes = { icon: PropTypes.string, }; -export const DropdownButton = ({ label, id, className, title }) => ( -