Browse Source

Fix update banner style

master
Thibaut Boustany 7 years ago
parent
commit
b2e07068da
No known key found for this signature in database GPG Key ID: 32475B11A2B13EEC
  1. 4
      src/components/UpdateNotifier/UpdateDownloaded.js

4
src/components/UpdateNotifier/UpdateDownloaded.js

@ -62,8 +62,10 @@ class UpdateDownloaded extends PureComponent<Props> {
return (
<Box horizontal flow={3}>
<UpdateIcon size={16} />
<Box grow>
<NotifText>{t('app:update.newVersionReady')}</NotifText>
<Box ml="auto">
</Box>
<Box>
<NotifText
style={{ cursor: 'pointer', textDecoration: 'underline' }}
onClick={() => sendEvent('updater', 'quitAndInstall')}

Loading…
Cancel
Save