0
1
Fork 0

Change class casing

This commit is contained in:
William Buezas 2024-08-14 09:09:52 -03:00
parent f36eb1bd88
commit e0f55f8ca3
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@ const props = defineProps({
:no-data-label="props.noDataLabel || t('noInvoicesFound')" :no-data-label="props.noDataLabel || t('noInvoicesFound')"
:hide-bottom="props.hideBottom" :hide-bottom="props.hideBottom"
:rows-per-page-options="props.rowsPerPageOptions" :rows-per-page-options="props.rowsPerPageOptions"
table-header-class="vnTable-header-default" table-header-class="vntable-header-default"
> >
<slot /> <slot />
</QTable> </QTable>
</template> </template>
<style lang="scss"> <style lang="scss">
.vnTable-header-default { .vntable-header-default {
background-color: $accent !important; background-color: $accent !important;
color: white; color: white;
} }