Skip to content

Commit

Permalink
chore: change datatable header color #142
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Feb 12, 2024
1 parent fcefa9b commit 085d2e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/PoisList/PoisTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ export default {

<style scoped lang="scss">
/* stylelint-disable selector-class-pattern */
.v-data-table .v-table__wrapper > table thead {
background: blue
}
.v-data-table .v-table__wrapper > table tbody > tr:nth-child(even) > td {
.v-data-table .v-table__wrapper > table tbody > tr:nth-child(even) > td,
.v-data-table .v-table__wrapper > table > thead > tr th {
background: #F3F4F6;
}
</style>

0 comments on commit 085d2e0

Please sign in to comment.