Fix header row color

This commit is contained in:
Andrew Kingston 2025-03-07 15:21:19 +00:00
parent ad6e8abc74
commit e1de40e4b5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<style>
.header {
background: var(--grid-background-alt);
background: var(--header-cell-background);
border-bottom: var(--cell-border);
position: relative;
height: var(--default-row-height);