Skip to content
Snippets Groups Projects
Unverified Commit 617892eb authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Remove bottom border radius from the payee table (#1334)

parent 986dc6c1
No related branches found
No related tags found
No related merge requests found
......@@ -558,7 +558,8 @@ export const ManagePayees = forwardRef(
style={{
flex: 1,
border: '1px solid ' + colors.border,
borderRadius: 4,
borderTopLeftRadius: 4,
borderTopRightRadius: 4,
overflow: 'hidden',
}}
>
......
---
category: Enhancements
authors: [j-f1]
---
Square off the bottom corners of the payee list on the “Payees” page
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