Skip to content

Commit

Permalink
fix: (CXSPA-9047) - Updates the background and color of input fields …
Browse files Browse the repository at this point in the history
…in AccountSummaryDocumentFilterComponent (#19794)
  • Loading branch information
petarmarkov9449 authored Jan 9, 2025
1 parent 97fc3fe commit 88117ea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ cx-account-summary-document-filter {
@include forFeature('a11yImproveContrast') {
border-color: var(--cx-color-dark);
}

@include cx-highContrastTheme {
background-color: var(--cx-color-background);
color: var(--color-text);
}
}

.cx-account-summary-document-filter-form-button-block {
Expand Down

0 comments on commit 88117ea

Please sign in to comment.