diff options
| author | Frank <[email protected]> | 2025-10-11 14:38:53 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-11 14:38:53 -0400 |
| commit | a67920a25eb0c95f320b9ce7d8121d70012bb2e1 (patch) | |
| tree | 242c282ee462b1ec14ca268953ae72265a0d1ca8 /packages | |
| parent | 67f894e5d01bd949c6bd14fbb5352c84dc9e4ba0 (diff) | |
| download | opencode-a67920a25eb0c95f320b9ce7d8121d70012bb2e1.tar.gz opencode-a67920a25eb0c95f320b9ce7d8121d70012bb2e1.zip | |
wip: zen
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/console/app/src/component/icon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/component/icon.tsx b/packages/console/app/src/component/icon.tsx index 4d3865c87..ccf2dccfc 100644 --- a/packages/console/app/src/component/icon.tsx +++ b/packages/console/app/src/component/icon.tsx @@ -73,7 +73,7 @@ export function IconCopy(props: JSX.SvgSVGAttributes<SVGSVGElement>) { <svg {...props} width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.75 8.75V2.75H21.25V15.25H15.25M15.25 8.75H2.75V21.25H15.25V8.75Z" - stroke="#8E8B8B" + stroke="currentColor" stroke-width="1.5" stroke-linecap="square" /> |
