Browse Source

fix(www): z icon color

Adam 3 weeks ago
parent
commit
0e73869580
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/console/app/src/routes/index.tsx

+ 1 - 1
packages/console/app/src/routes/index.tsx

@@ -810,7 +810,7 @@ export default function Home() {
                   <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                     <path
                       d="M12.0962 3L10.0998 5.6577H1.59858L3.59417 3H12.0972H12.0962ZM22.3162 18.3432L20.3215 21H11.8497L13.8425 18.3432H22.3162ZM23 3L9.492 21H1L14.508 3H23Z"
-                      fill="black"
+                      fill="currentColor"
                     />
                   </svg>
                 </div>