Skip to content

Commit

Permalink
Merge branch 'master' into api-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
ioslife authored Dec 15, 2023
2 parents ec6962a + a5557ca commit 7653727
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/desktop-client/src/components/FinancesApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({
paddingLeft: 3,
justifyContent: 'center',
borderTopWidth: 1,
borderBottomWidth: 1,
borderColor: theme.tableBorder,
}}
>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2092.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [HansiWursti]
---

Fix background color when pinning sidebar (Issue [#2089](https://github.com/actualbudget/actual/issues/2089))
6 changes: 6 additions & 0 deletions upcoming-release-notes/2093.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [HansiWursti]
---

Fix missing divider bar issue [#1878](https://github.com/actualbudget/actual/issues/1878)

0 comments on commit 7653727

Please sign in to comment.