Skip to content

Commit

Permalink
fix(VDataTable): header title font weight (#19742)
Browse files Browse the repository at this point in the history
fixes #19737
  • Loading branch information
webdevnerdstuff committed May 7, 2024
1 parent 21e9f5e commit c4b33c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vuetify/src/components/VDataTable/VDataTable.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@use '../../styles/tools'
@use '../../components/VTable/variables' as *
@use './variables' as *
@use '../VTable/variables' as VTable

@include tools.layer('components')
.v-data-table
Expand Down Expand Up @@ -147,7 +148,7 @@
border-bottom: 0 !important

.v-data-table__td-title
font-weight: bold
font-weight: VTable.$table-header-font-weight
text-align: left

.v-data-table__td-value
Expand Down

0 comments on commit c4b33c0

Please sign in to comment.