You've already forked joplin
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user