Skip to content

Commit

Permalink
fix missing borders in single category drop down in report budget
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Jan 8, 2024
1 parent 33e778f commit 9291f1e
Showing 1 changed file with 4 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

0 comments on commit 9291f1e

Please sign in to comment.