Skip to content

Commit

Permalink
fix(VDataTable): use theme surface color for group header rows (#18544)
Browse files Browse the repository at this point in the history
fixes #18543
  • Loading branch information
webdevnerdstuff authored Nov 1, 2023
1 parent 1d3b0cd commit aeabb45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vuetify/src/labs/VDataTable/VDataTable.sass
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@

.v-data-table-group-header-row
td
background: lightgrey
background: rgba(var(--v-theme-surface))
color: rgba(var(--v-theme-on-surface))

> span
padding-left: 5px
Expand Down

0 comments on commit aeabb45

Please sign in to comment.