Skip to content

Commit

Permalink
fix missing borders in single category drop down in report budget (ac…
Browse files Browse the repository at this point in the history
…tualbudget#2195)

* fix missing borders in single category drop down in report budget

* note
  • Loading branch information
youngcw authored Jan 8, 2024
1 parent 2842d4a commit 3b2de9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,11 @@ export const CategoryMonth = memo(function CategoryMonth({
<View
style={{
flexShrink: 0,
marginRight: 0,
marginLeft: 3,
paddingLeft: 3,
justifyContent: 'center',
borderTopWidth: 1,
borderBottomWidth: 1,
borderColor: theme.tableBorder,
}}
>
<Button
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2195.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [youngcw]
---

Add missing borders in report budget table

0 comments on commit 3b2de9e

Please sign in to comment.