diff options
| author | Dhravya Shah <[email protected]> | 2024-06-18 17:58:46 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-06-18 17:58:46 -0500 |
| commit | f4bb71e8f7e07bb2e919b7f222d5acb2905eb8f2 (patch) | |
| tree | 7310dc521ef3559055bbe71f50c3861be2fa0503 /packages/ui/components | |
| parent | darkmode by default - so that the colors don't f up on lightmode devices (diff) | |
| parent | Create Embeddings for Canvas (diff) | |
| download | supermemory-default-darkmode.tar.xz supermemory-default-darkmode.zip | |
Diffstat (limited to 'packages/ui/components')
| -rw-r--r-- | packages/ui/components/icons.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/components/icons.tsx b/packages/ui/components/icons.tsx index d72c8e1f..134a2a96 100644 --- a/packages/ui/components/icons.tsx +++ b/packages/ui/components/icons.tsx @@ -277,8 +277,8 @@ export const X = (props: SVGProps<SVGSVGElement>) => ( export const Google = (props: SVGProps<SVGSVGElement>) => ( <svg - width="1em" - height="1em" + width="1.5em" + height="1.5em" viewBox="0 0 256 262" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" |