Browse Source

Update faq.tsx

David Hill 4 months ago
parent
commit
095fe68786
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/console/app/src/component/faq.tsx

+ 1 - 1
packages/console/app/src/component/faq.tsx

@@ -13,7 +13,7 @@ export function Faq(props: ParentProps & { question: string }) {
           fill="none"
           xmlns="http://www.w3.org/2000/svg"
         >
-          <path d="M12.5 11.5H19V12.5H12.5V19H11.5V12.5H5V11.5H11.5V5H12.5V11.5Z" fill="#6D717D" />
+          <path d="M12.5 11.5H19V12.5H12.5V19H11.5V12.5H5V11.5H11.5V5H12.5V11.5Z" fill="currentColor" />
         </svg>
         <svg
           data-slot="faq-icon-minus"