Skip to content

Commit

Permalink
NodesTableHead: fix label font color
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanov N committed Nov 18, 2024
1 parent e10a33e commit b469aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/nodes/components/NodesTableHead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ export default {
/** Themes **/
.v-theme--light {
.nodes-table-head {
&__th {
&__th, &__label {
color: map-get($adm-colors, 'regular');
}
}
}
.v-theme--dark {
.nodes-table-head {
&__th {
&__th, &__label {
color: map-get($adm-colors, 'white');
}
}
Expand Down

0 comments on commit b469aa1

Please sign in to comment.