Skip to content

Commit

Permalink
Merge pull request apache#170 from jianyi-gronk/feature/ui/changeProg…
Browse files Browse the repository at this point in the history
…ress

fixes apache#169, change progress style
  • Loading branch information
chickenlj authored Jan 24, 2024
2 parents 694e807 + 94c7b22 commit 7fc529f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui-vue3/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ const localeGlobal = reactive(i18n.global.locale)
.__global_float_button_question {
right: 24px;
}
#nprogress .bar {
background: #000000 !important;
}
</style>

0 comments on commit 7fc529f

Please sign in to comment.