Skip to content

Commit

Permalink
fix: use the proper variable for select header in table (#7107)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart authored Jan 31, 2025
1 parent dee76c0 commit 83c7b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/layout/SelectTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
position: absolute;
height: var(--table-header-height);
width: var(--table-header-width);
background-color: var(--bs-gray-100-darken-3);
background-color: var(--ks-background-table-header);
border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;
border-bottom: 1px solid var(--ks-border-primary);
overflow-x: auto;
Expand Down

0 comments on commit 83c7b2e

Please sign in to comment.