Skip to content

Commit

Permalink
chore: upgrade docsearch, fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Sep 6, 2024
1 parent 60b0aca commit f9e6af9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions site/css/docsSearch.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ globalStyle('.DocSearch-MagnifierLabel svg', {
display: 'none',
});

globalStyle('.DocSearch-VisuallyHiddenForAccessibility', {
display: 'none',
});

globalStyle('.DocSearch-Input', {
backgroundColor: 'transparent',
border: 'none',
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Site and docs for RainbowKit.",
"private": true,
"dependencies": {
"@docsearch/react": "^3.3.4",
"@docsearch/react": "^3.6.1",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-portal": "^1.0.2",
Expand Down

0 comments on commit f9e6af9

Please sign in to comment.