From e921230333ff6173844ec969e519877ee0296c28 Mon Sep 17 00:00:00 2001 From: George Lima Date: Tue, 11 Dec 2018 09:13:17 -0300 Subject: [PATCH] hotfix: fix SeeMoreButton in WalletSummary --- app/components/wallet-summary.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/components/wallet-summary.js b/app/components/wallet-summary.js index ddc2724..674d9f1 100644 --- a/app/components/wallet-summary.js +++ b/app/components/wallet-summary.js @@ -50,12 +50,15 @@ const SeeMoreButton = styled.button` border-width: 1px; border-color: ${props => (props.isOpen ? props.theme.colors.activeItem : props.theme.colors.text)}; background-color: transparent; - width: 35px; - height: 35px; + padding: 5px; cursor: pointer; position: absolute; right: 10px; top: 10px; + + &:hover { + border-color: ${props => props.theme.colors.activeItem}; + } `; type Props = {