1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Desktop: Fixes #1826: Fixed warning boxes in solarized theme

This commit is contained in:
Laurent Cozic 2019-11-28 17:09:52 +00:00
parent 1a1c87b5c4
commit e6d9d83d92
2 changed files with 3 additions and 2 deletions

View File

@ -205,6 +205,7 @@ class EncryptionConfigScreenComponent extends React.Component {
bridge().openExternal('https://joplinapp.org/e2ee/');
}}
href="#"
style={theme.urlStyle}
>
https://joplinapp.org/e2ee/
</a>

View File

@ -172,7 +172,7 @@ const solarizedLightStyle = {
raisedBackgroundColor: '#eee8d5',
raisedColor: '#073642',
warningBackgroundColor: '#b58900',
warningBackgroundColor: '#b5890055',
htmlColor: '#657b83',
htmlBackgroundColor: '#fdf6e3',
@ -209,7 +209,7 @@ const solarizedDarkStyle = {
raisedBackgroundColor: '#073642',
raisedColor: '#839496',
warningBackgroundColor: '#b58900',
warningBackgroundColor: '#b5890055',
htmlColor: '#93a1a1',
htmlBackgroundColor: '#002b36',