Skip to content

Commit

Permalink
Changes to app-hax-search-results
Browse files Browse the repository at this point in the history
  • Loading branch information
klh6157 committed Oct 21, 2024
1 parent f859537 commit 6f80b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elements/app-hax/lib/v1/app-hax-search-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class AppHaxSearchResults extends SimpleColors {
margin-bottom: 8px;
}
:host([dark]) #noResult {
color: var(--simple-colors-default-theme-grey-12, black);
color: var(--ddd-theme-default-coalyGray);
}
`,
];
Expand Down
3 changes: 1 addition & 2 deletions elements/super-daemon/lib/super-daemon-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ export class SuperDaemonSearch extends I18NMixin(SimpleColors) {
--simple-fields-placeholder-font-weight: bold;
--simple-fields-placeholder-opacity: 0.8;
--simple-fields-placeholder-color: var(
--simple-colors-default-theme-grey-12,
grey
--ddd-theme-default-coalyGray
);
background-color: rgba(255, 0, 255, 0.05);
}
Expand Down

0 comments on commit 6f80b82

Please sign in to comment.