Skip to content

Commit

Permalink
🐛 fix: add missing top border for budget menu icon (actualbudget#1855)
Browse files Browse the repository at this point in the history
* 🐛  fix: add missing top border for budget menu icon

* Release notes
  • Loading branch information
MatissJanis authored Nov 3, 2023
1 parent 4bea54b commit 08e708a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({
<View
style={{
flexShrink: 1,
marginRight: 0,
marginLeft: 3,
paddingLeft: 3,
justifyContent: 'center',
borderTopWidth: 1,
borderColor: theme.tableBorder,
}}
>
<Button
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1855.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---

Fix: add missing top border for menu popover in budget page

0 comments on commit 08e708a

Please sign in to comment.