From 5bbcfbaa7224a50210d0e4598ff2eb3782986ed0 Mon Sep 17 00:00:00 2001 From: Alex Phillips Date: Wed, 29 Dec 2021 13:59:01 -0500 Subject: [PATCH] similar style to budget table for headers --- frontend/src/pages/Account.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/pages/Account.js b/frontend/src/pages/Account.js index 9da438e..92d4f37 100644 --- a/frontend/src/pages/Account.js +++ b/frontend/src/pages/Account.js @@ -590,6 +590,12 @@ export default function Account(props) { rowStyle: rowData => ({ fontSize: theme.typography.subtitle2.fontSize, }), + headerStyle: { + position: 'sticky', + top: 0, + textTransform: 'uppercase', + fontSize: theme.typography.caption.fontSize, + }, }} components={{ Row: props => (