diff options
| author | David Hill <[email protected]> | 2025-10-02 15:37:10 +0100 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-10-02 15:37:10 +0100 |
| commit | 30ec02e82d357754b2f2ee3cbda8c1e3db258483 (patch) | |
| tree | 454ce5578eb046efa0cc5d2acfa5b80214aebc41 /packages/console | |
| parent | b6e80e72f634e5a5e24cefc59f2ad3b2277c03fb (diff) | |
| download | opencode-30ec02e82d357754b2f2ee3cbda8c1e3db258483.tar.gz opencode-30ec02e82d357754b2f2ee3cbda8c1e3db258483.zip | |
faq icon fix
Diffstat (limited to 'packages/console')
| -rw-r--r-- | packages/console/app/src/component/faq.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/app/src/component/faq.tsx b/packages/console/app/src/component/faq.tsx index 11fe412ce..753a0dce4 100644 --- a/packages/console/app/src/component/faq.tsx +++ b/packages/console/app/src/component/faq.tsx @@ -10,7 +10,7 @@ export function Faq(props: ParentProps & { question: string }) { width="24" height="24" viewBox="0 0 24 24" - fill="none" + fill="currentColor" xmlns="http://www.w3.org/2000/svg" > <path d="M12.5 11.5H19V12.5H12.5V19H11.5V12.5H5V11.5H11.5V5H12.5V11.5Z" fill="currentColor" /> @@ -20,7 +20,7 @@ export function Faq(props: ParentProps & { question: string }) { width="24" height="24" viewBox="0 0 24 24" - fill="none" + fill="currentColor" xmlns="http://www.w3.org/2000/svg" > <path d="M5 11.5H19V12.5H5Z" fill="currentColor" /> |
