Skip to content

Commit

Permalink
fix(npc-vendor): wrong color for item extended cost. (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exitare authored Jan 13, 2025
1 parent 9c83004 commit 4d68335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/keira/src/app/scss/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ input[type='radio'] {
}
.item-extended-cost {
display: inline-block;
background-color: #080d22;
color: #fff;
background-color: inherit;
color: inherit;
padding: 4px 10px 4px 0px;
}
.item-extended-cost img {
Expand Down

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

0 comments on commit 4d68335

Please sign in to comment.