Skip to content

Commit

Permalink
Fixed algolia search css (#7905)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored Jan 6, 2025
1 parent 1a86f43 commit 1f43842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/misc/search-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const DocSearchStyleOverwrite = createGlobalStyle`
--docsearch-text-color: ${THEME_COLORS.text};
--docsearch-spacing: 12px;
--docsearch-icon-stroke-width: 1.4;
--docsearch-highlight-color: ${THEME_COLORS.primary};
--docsearch-highlight-color: ${THEME_COLORS.primaryButton};
--docsearch-muted-color: ${THEME_COLORS.text};
--docsearch-container-background: rgba(101,108,133,0.8);
--docsearch-logo-color: ${THEME_COLORS.primary};
Expand All @@ -75,7 +75,7 @@ const DocSearchStyleOverwrite = createGlobalStyle`
--docsearch-hit-height: 56px;
--docsearch-hit-color: ${THEME_COLORS.text};
--docsearch-hit-active-color: ${THEME_COLORS.textContrast};
--docsearch-hit-background: ${THEME_COLORS.textContrast};
--docsearch-hit-background: ${THEME_COLORS.primary};
--docsearch-hit-shadow: none;
--docsearch-key-gradient: none;
--docsearch-key-shadow: none;
Expand Down

0 comments on commit 1f43842

Please sign in to comment.