aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-09-06 17:43:32 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-08 01:26:21 +0800
commit61b965fe14ccc44332d4e3a90ce531142da65a71 (patch)
treeb90e8dcd3104cfeee522d4cbbe19053171092f24 /ui/app/components/modals
parent7fb1c6836da9cac50e29ff861c61b782fac365e6 (diff)
downloadtangerine-wallet-browser-61b965fe14ccc44332d4e3a90ce531142da65a71.tar
tangerine-wallet-browser-61b965fe14ccc44332d4e3a90ce531142da65a71.tar.gz
tangerine-wallet-browser-61b965fe14ccc44332d4e3a90ce531142da65a71.tar.bz2
tangerine-wallet-browser-61b965fe14ccc44332d4e3a90ce531142da65a71.tar.lz
tangerine-wallet-browser-61b965fe14ccc44332d4e3a90ce531142da65a71.tar.xz
tangerine-wallet-browser-61b965fe14ccc44332d4e3a90ce531142da65a71.tar.zst
tangerine-wallet-browser-61b965fe14ccc44332d4e3a90ce531142da65a71.zip
Touch up style of account-details-modal.
Diffstat (limited to 'ui/app/components/modals')
-rw-r--r--ui/app/components/modals/modal.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/modals/modal.js b/ui/app/components/modals/modal.js
index d266fe790..85bed66e1 100644
--- a/ui/app/components/modals/modal.js
+++ b/ui/app/components/modals/modal.js
@@ -54,11 +54,13 @@ const MODALS = {
width: '95%',
top: isPopupOrNotification() === 'popup' ? '52vh' : '36.5vh',
boxShadow: 'rgba(0, 0, 0, 0.15) 0px 2px 2px 2px',
+ borderRadius: '4px',
},
laptopModalStyle: {
width: '360px',
top: 'calc(33% + 45px)',
boxShadow: 'rgba(0, 0, 0, 0.15) 0px 2px 2px 2px',
+ borderRadius: '4px',
},
},