Change class casing
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details

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')"
:hide-bottom="props.hideBottom"
:rows-per-page-options="props.rowsPerPageOptions"
table-header-class="vnTable-header-default"
table-header-class="vntable-header-default"
>
<slot />
</QTable>
</template>
<style lang="scss">
.vnTable-header-default {
.vntable-header-default {
background-color: $accent !important;
color: white;
}