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:
parent
1a1c87b5c4
commit
e6d9d83d92
@ -205,6 +205,7 @@ class EncryptionConfigScreenComponent extends React.Component {
|
||||
bridge().openExternal('https://joplinapp.org/e2ee/');
|
||||
}}
|
||||
href="#"
|
||||
style={theme.urlStyle}
|
||||
>
|
||||
https://joplinapp.org/e2ee/
|
||||
</a>
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user