Faq icon color fix

pull/2925/head
David Hill 2025-10-02 14:41:57 +01:00
parent 189b7f1172
commit afc67caa48
1 changed files with 1 additions and 1 deletions

View File

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