Skip to content

Commit cd7bf73

Browse files
authored
Update dark search icon (#1915)
1 parent 754b167 commit cd7bf73

File tree

1 file changed

+1
-1
lines changed
  • special-pages/pages/new-tab/app/components

1 file changed

+1
-1
lines changed

special-pages/pages/new-tab/app/components/Icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export function SearchOnDarkColorIcon(props) {
224224
return (
225225
<svg width="16" height="16" fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" {...props}>
226226
<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" />
227+
<path fill="#000" d="M13 7A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z" opacity=".2" />
228228
<path
229229
fill="#fff"
230230
fill-opacity=".4"

0 commit comments

Comments
 (0)