Skip to content

Commit

Permalink
fix(ui): new version button color with white theme
Browse files Browse the repository at this point in the history
close #1408
  • Loading branch information
tchiotludo committed May 30, 2023
1 parent 8df977b commit bd18f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/layout/TopNavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
&.version, html.dark &.version {
background: var(--el-color-primary) !important;
border-color: var(--el-color-primary-dark-2) !important;
color: var(--bs-white) !important;
}
}
}
Expand Down

0 comments on commit bd18f8c

Please sign in to comment.