Skip to content

Commit

Permalink
fix: make magnifying glass icon work in dark and light mode (#440)
Browse files Browse the repository at this point in the history
* fix: make magnifying glass icon work in dark and light mode

* fix: pass snapshot test

* chore: bump quill-tokens version

* chore: add package-lock
  • Loading branch information
henry-deriv authored Sep 17, 2024
1 parent 4ed9e17 commit a5e2a1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/components/Input/search-field/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const SearchField = forwardRef<HTMLInputElement, SearchFieldProps>(
}}
>
<StandaloneCircleXmarkFillIcon
fill="var(--core-color-opacity-black-400)"
fill="var(--component-textIcon-normal-default)"
iconSize="sm"
/>
</button>
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"globalSetup": "<rootDir>/globalSetup.js"
},
"dependencies": {
"@deriv-com/quill-tokens": "^2.0.10",
"@deriv-com/quill-tokens": "^2.0.12",
"@deriv/quill-icons": "^1.22.10",
"@headlessui/react": "1.7.18",
"dayjs": "^1.11.11",
Expand Down

0 comments on commit a5e2a1c

Please sign in to comment.