Skip to content

Commit

Permalink
completed theming
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed Aug 5, 2024
1 parent 778c512 commit b7f5847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/KTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'sticky-column': index === 0,
}"
:style="[getHeaderStyle(header),
index === 0 ? { backgroundColor: $themePalette.white } : {} ,
{ backgroundColor: $themePalette.white } ,
focusedColIndex === index ? { backgroundColor: $themePalette.grey.v_50 } : {}]"
role="columnheader"
:aria-colindex="index + 1"
Expand Down

0 comments on commit b7f5847

Please sign in to comment.