Skip to content

Commit

Permalink
improved colors
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-or-not-tobi committed Aug 2, 2024
1 parent 394e074 commit c5c5ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/domain/product/attributes/src/attributes.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const productAttributeStyles = css`
}
dd[highlight] {
background: var(--oryx-color-primary-5);
color: var(--oryx-color-primary-10);
background: var(--oryx-color-primary-4);
color: initial;
border-radius: 8px;
padding: 1px 6px;
margin-inline-start: -6px;
Expand Down

0 comments on commit c5c5ed8

Please sign in to comment.