diff options
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" |