forked from verdnatura/hedera-web
Change class casing
This commit is contained in:
parent
f36eb1bd88
commit
e0f55f8ca3
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue