diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-07-02 18:28:09 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-07-13 13:52:52 +0200 |
| commit | 231dcba7eef80d990e2cd55a8d19c58a15a0ba2d (patch) | |
| tree | 566559dfa7f342d45be4ae911fa99c467d498948 /gui/src/renderer/components/Modal.tsx | |
| parent | 04b21891930b4da67ecad3562fafec066ee1b818 (diff) | |
| download | mullvadvpn-231dcba7eef80d990e2cd55a8d19c58a15a0ba2d.tar.xz mullvadvpn-231dcba7eef80d990e2cd55a8d19c58a15a0ba2d.zip | |
Scale down UI elements
Diffstat (limited to 'gui/src/renderer/components/Modal.tsx')
| -rw-r--r-- | gui/src/renderer/components/Modal.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/components/Modal.tsx b/gui/src/renderer/components/Modal.tsx index a9fffbed9a..ae46c414fc 100644 --- a/gui/src/renderer/components/Modal.tsx +++ b/gui/src/renderer/components/Modal.tsx @@ -77,7 +77,7 @@ const ModalAlertIcon = styled.div({ const ModalAlertButtonContainer = styled.div({ display: 'flex', flexDirection: 'column', - marginTop: '16px', + marginTop: '18px', }); interface IModalAlertProps { @@ -158,7 +158,7 @@ export class ModalAlert extends React.Component<IModalAlertProps> { export const ModalMessage = styled.span({ fontFamily: 'Open Sans', - fontSize: '14px', + fontSize: '13px', fontWeight: 500, lineHeight: '20px', color: colors.white80, |
