diff options
| author | David Hill <[email protected]> | 2025-10-02 14:41:57 +0100 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-10-02 14:41:57 +0100 |
| commit | afc67caa486963dec9e18ab9eb6bda8473959492 (patch) | |
| tree | 23571bcd34e1f73f4d034207506282997d7283dc | |
| parent | 189b7f11729e45c9a556759ddd8cc695a8ae60d8 (diff) | |
| download | opencode-afc67caa486963dec9e18ab9eb6bda8473959492.tar.gz opencode-afc67caa486963dec9e18ab9eb6bda8473959492.zip | |
Faq icon color fix
| -rw-r--r-- | packages/console/app/src/component/faq.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/component/faq.tsx b/packages/console/app/src/component/faq.tsx index 2b28fc0fe..d955bddbd 100644 --- a/packages/console/app/src/component/faq.tsx +++ b/packages/console/app/src/component/faq.tsx @@ -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> |
