similar style to budget table for headers

This commit is contained in:
Alex Phillips 2021-12-29 13:59:01 -05:00
parent 268fe35d1a
commit 5bbcfbaa72

View File

@ -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 => (