We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754b167 commit cd7bf73Copy full SHA for cd7bf73
special-pages/pages/new-tab/app/components/Icons.js
@@ -224,7 +224,7 @@ export function SearchOnDarkColorIcon(props) {
224
return (
225
<svg width="16" height="16" fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" {...props}>
226
<g clip-path="url(#Search-Find-OnDark-Color-16_svg__a)">
227
- <path fill="#444" d="M13 7A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z" />
+ <path fill="#000" d="M13 7A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z" opacity=".2" />
228
<path
229
fill="#fff"
230
fill-opacity=".4"
0 commit comments