Skip to content

Commit

Permalink
fix: update top menu version text color (#417)
Browse files Browse the repository at this point in the history
* fix: update top menu version text color

* chore: update web-ui to 8.4.0
  • Loading branch information
omar-chahbouni-decathlon authored Mar 24, 2021
1 parent 39a4d17 commit 496a8fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/web-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ara-client",
"version": "8.3.0",
"version": "8.4.0",
"description": "Agile Regression Analyzer front app",
"author": "Decathlon <developers@decathlon.com>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion code/web-ui/src/components/top-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
white-space: nowrap;
}

#helps > span {
#helps span {
color: white;
}

Expand Down

0 comments on commit 496a8fc

Please sign in to comment.