diff options
| author | David Hill <[email protected]> | 2025-10-02 14:42:49 +0100 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-10-02 14:42:49 +0100 |
| commit | 095fe68786e472de33bbac3b37d436373daa449e (patch) | |
| tree | 24e32a841eb2f5400842980a2eb95f73871396c9 /packages/console/app/src/component | |
| parent | afc67caa486963dec9e18ab9eb6bda8473959492 (diff) | |
| download | opencode-095fe68786e472de33bbac3b37d436373daa449e.tar.gz opencode-095fe68786e472de33bbac3b37d436373daa449e.zip | |
Update faq.tsx
Diffstat (limited to 'packages/console/app/src/component')
| -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 d955bddbd..11fe412ce 100644 --- a/packages/console/app/src/component/faq.tsx +++ b/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" |
