1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Load background color from theme colours and set it for top and bottom safe area to respect iOS style guide. (#1195)

This commit is contained in:
ruuti
2019-02-15 00:09:21 +01:00
committed by Laurent Cozic
parent 34323042d5
commit e0f5f47a15
2 changed files with 7 additions and 5 deletions

View File

@@ -32,9 +32,7 @@ class SideMenuContentComponent extends Component {
let styles = {
menu: {
flex: 1,
backgroundColor: theme.backgroundColor,
borderTopWidth: 1,
borderTopColor: theme.dividerColor,
backgroundColor: theme.backgroundColor
},
button: {
flex: 1,