mirror of
https://github.com/linuxserver/budge.git
synced 2026-03-09 00:08:38 +08:00
similar style to budget table for headers
This commit is contained in:
parent
268fe35d1a
commit
5bbcfbaa72
@ -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 => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user