Skip to content

Commit

Permalink
fix missing styles in b2b
Browse files Browse the repository at this point in the history
  • Loading branch information
hakwookim committed Sep 6, 2024
1 parent d6a216c commit 2222f94
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@

border-radius: 4px;
border-color: var(--cx-color-light);
@include cx-highContrastTheme {
background-color: var(--cx-color-background);
color: var(--cx-color-text);
border-color: var(--cx-color-text);
}
}
}
3 changes: 3 additions & 0 deletions feature-libs/quote/styles/_quote-summary-actions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
gap: 1em;
justify-content: center;
background-color: var(--cx-color-inverse);
@include cx-highContrastTheme {
background-color: var(--cx-color-background);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,10 @@
color: var(--cx-color-text);
background-color: var(--cx-color-background);
}
select {
background-color: var(--cx-color-background);
color: var(--cx-color-text);
border-color: var(--cx-color-text);
}
}
}

0 comments on commit 2222f94

Please sign in to comment.