Fix google icon
parent
a30027583b
commit
7c0f2cd71c
|
@ -214,7 +214,7 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="bg-muted 2xl:bg-default flex min-h-screen w-full flex-col items-center justify-center"
|
className="light bg-muted 2xl:bg-default flex min-h-screen w-full flex-col items-center justify-center"
|
||||||
style={
|
style={
|
||||||
{
|
{
|
||||||
"--cal-brand": "#111827",
|
"--cal-brand": "#111827",
|
||||||
|
@ -330,7 +330,7 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup
|
||||||
|
|
||||||
router.push(googleAuthUrl);
|
router.push(googleAuthUrl);
|
||||||
}}>
|
}}>
|
||||||
<img className="mr-2 h-5 w-5" src="/google-icon.svg" alt="" />
|
<img className="text-emphasis mr-2 h-5 w-5" src="/google-icon.svg" alt="" />
|
||||||
Google
|
Google
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
|
@ -392,7 +392,7 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup
|
||||||
<>
|
<>
|
||||||
<div className="flex flex-col leading-none">
|
<div className="flex flex-col leading-none">
|
||||||
<div className="text-emphasis items-center">
|
<div className="text-emphasis items-center">
|
||||||
<feature.icon className="mb-0.5 h-4 w-4" />
|
<feature.icon className="mb-1 h-4 w-4" />
|
||||||
<span className="text-sm font-medium">{t(feature.title)}</span>
|
<span className="text-sm font-medium">{t(feature.title)}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-subtle text-sm">
|
<div className="text-subtle text-sm">
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M8.31877 15.36C4.26002 15.36 0.95752 12.0588 0.95752 8.00001C0.95752 3.94126 4.26002 0.640015 8.31877 0.640015C10.1575 0.640015 11.9175 1.32126 13.2763 2.55876L13.5238 2.78501L11.0963 5.21251L10.8713 5.02001C10.1588 4.41001 9.25252 4.07376 8.31877 4.07376C6.15377 4.07376 4.39127 5.83501 4.39127 8.00001C4.39127 10.165 6.15377 11.9263 8.31877 11.9263C9.88002 11.9263 11.1138 11.1288 11.695 9.77001H7.99877V6.45626L15.215 6.46626L15.2688 6.72001C15.645 8.50626 15.3438 11.1338 13.8188 13.0138C12.5563 14.57 10.7063 15.36 8.31877 15.36Z" fill="#4B5563"/>
|
<path d="M8.31877 15.36C4.26002 15.36 0.95752 12.0588 0.95752 8.00001C0.95752 3.94126 4.26002 0.640015 8.31877 0.640015C10.1575 0.640015 11.9175 1.32126 13.2763 2.55876L13.5238 2.78501L11.0963 5.21251L10.8713 5.02001C10.1588 4.41001 9.25252 4.07376 8.31877 4.07376C6.15377 4.07376 4.39127 5.83501 4.39127 8.00001C4.39127 10.165 6.15377 11.9263 8.31877 11.9263C9.88002 11.9263 11.1138 11.1288 11.695 9.77001H7.99877V6.45626L15.215 6.46626L15.2688 6.72001C15.645 8.50626 15.3438 11.1338 13.8188 13.0138C12.5563 14.57 10.7063 15.36 8.31877 15.36Z" fill="currentColor"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 670 B |
Loading…
Reference in New Issue