Skip to content
Snippets Groups Projects
Unverified Commit 0bf587bc authored by HansiWursti's avatar HansiWursti Committed by GitHub
Browse files

Added BG Color to view to fix Issue 2089 (#2092)

* Added BG Color to view to fix Issue 2289

* add release notes
parent e11b6571
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,13 @@ function FinancesApp() {
<View style={{ height: '100%' }}>
<GlobalKeys />
<View style={{ flexDirection: 'row', flex: 1 }}>
<View
style={{
flexDirection: 'row',
backgroundColor: theme.pageBackground,
flex: 1,
}}
>
<FloatableSidebar />
<View
......
---
category: Bugfix
authors: [HansiWursti]
---
Fix background color when pinning sidebar (Issue [#2089](https://github.com/actualbudget/actual/issues/2089))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment