vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

fix(VDataTable): mobile header title font weight

Open webdevnerdstuff opened this issue 1 year ago • 0 comments

Description

Using VTable $table-header-font-weight variable

FIxes: https://github.com/vuetifyjs/vuetify/issues/19737

Markup:

@use '../VTable/variables' as VTable

.v-data-table__td-title
    font-weight: VTable.$table-header-font-weight

webdevnerdstuff avatar May 02 '24 23:05 webdevnerdstuff