Przeglądaj źródła

Faq icon color fix

David Hill 11 miesięcy temu
rodzic
commit
afc67caa48
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/console/app/src/component/faq.tsx

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

@@ -23,7 +23,7 @@ export function Faq(props: ParentProps & { question: string }) {
           fill="none"
           fill="none"
           xmlns="http://www.w3.org/2000/svg"
           xmlns="http://www.w3.org/2000/svg"
         >
         >
-          <path d="M5 11.5H19V12.5H5Z" fill="#6D717D" />
+          <path d="M5 11.5H19V12.5H5Z" fill="currentColor" />
         </svg>
         </svg>
         <div data-slot="faq-question-text">{props.question}</div>
         <div data-slot="faq-question-text">{props.question}</div>
       </Collapsible.Trigger>
       </Collapsible.Trigger>