diff --git a/frontend/components/graphics/EmptySearchQuestion.tsx b/frontend/components/graphics/EmptySearchQuestion.tsx index 2d93529d82..3c87be7339 100644 --- a/frontend/components/graphics/EmptySearchQuestion.tsx +++ b/frontend/components/graphics/EmptySearchQuestion.tsx @@ -1,5 +1,7 @@ import React from "react"; +import { COLORS } from "styles/var/colors"; + export const renderEmptySearch = ( type: "exclamation" | "question" | "check" ) => { @@ -9,21 +11,21 @@ export const renderEmptySearch = ( return ( ); case "question": return ( ); case "check": return ( ); default: @@ -35,7 +37,7 @@ export const renderEmptySearch = ( @@ -56,17 +58,17 @@ export const renderEmptySearch = ( fillRule="evenodd" clipRule="evenodd" d="M13.687 4.313C1.875 11.132-2.172 26.235 4.647 38.047c6.473 11.211 20.41 15.427 31.91 9.994l4.452 7.712 4.074-2.352-4.48-7.76c10.074-7.34 13.19-21.252 6.818-32.29C40.6 1.542 25.498-2.506 13.687 4.314Zm-6 31.98C1.835 26.158 5.306 13.201 15.44 7.35c10.133-5.85 23.09-2.378 28.941 7.755 5.85 10.133 2.379 23.09-7.755 28.941-10.133 5.85-23.09 2.379-28.94-7.755Z" - fill="#E3E3FE" - stroke="#9C9EDB" + fill={COLORS["ui-fleet-black-10"]} + stroke={COLORS["ui-fleet-black-33"]} strokeWidth=".882" />