[AAE-18779] Cannot update colours according to dynamically generated theme due to hardcoded values (#3558)

* [AAE-18779] Custom theme - cannot update colours according to dynamically generated theme due to hardcoded values

* Fix colours part1

* Fix chip colours

* Fix column chip colour

* Fix sidenav text

* Fix sidenav selected text color

* Fix colours
This commit is contained in:
Bartosz Sekula
2023-12-11 09:49:12 +01:00
committed by GitHub
parent d599d525c7
commit 0c8b872cd0
8 changed files with 34 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
$search-width: 594px;
$search-height: 32px;
$search-background: #f5f6f5;
$search-background: var(--theme-search-background-color);
$search-border-radius: 4px;
$top-margin: 12px;

View File

@@ -38,7 +38,7 @@ aca-search-results {
&:hover,
&:focus {
background-color: var(--theme-grey-background-hover);
background-color: var(--theme-dropdown-background-hover);
}
&[disabled] {
@@ -110,7 +110,7 @@ aca-search-results {
place-content: flex-start space-between;
align-items: flex-start;
padding: 16px 12px;
background-color: var(--theme-primary-color-default-contrast);
background-color: var(--theme-card-background-color);
&__filter-set {
p {