Skip to content

Commit

Permalink
Merge pull request #1239 from scheduleonce/avengers/ONCEHUB-84773-qa
Browse files Browse the repository at this point in the history
Fix: [PROD] Tabs ui design-shared oui component- fix the text color of the not selected - ONCEHUB-84773
  • Loading branch information
oh-integrations authored Jul 16, 2024
2 parents 83d26d0 + 441c979 commit b31a4a2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oncehub-ui",
"version": "8.0.25",
"version": "8.0.26",
"scripts": {
"ng": "ng",
"build": "ng build ui",
Expand Down
4 changes: 2 additions & 2 deletions 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 ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oncehub/ui",
"version": "8.0.25",
"version": "8.0.26",
"description": "Oncehub UI",
"peerDependencies": {},
"repository": {
Expand Down
13 changes: 12 additions & 1 deletion ui/src/components/tabs/tab-nav-bar/tab-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
border: 1px solid #006bb1 !important;
border-bottom: 0 !important;
}
&.active {
.mdc-tab__content .mdc-tab__text-label {
color: #333;
}
}
&:first-child {
margin-left: 0;
}
&:last-child {
margin-right: 0;
}
}
.mdc-tab-indicator {
display: flex;
Expand Down Expand Up @@ -71,7 +82,7 @@
font-size: 16px;
line-height: 22px;
font-weight: 600;
color: #333;
color: #666;
display: inline-flex;
align-items: center;
}
Expand Down

0 comments on commit b31a4a2

Please sign in to comment.