File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
site/src/pages/CreateWorkspacePage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ export const ExternalAuthButton: FC<ExternalAuthButtonProps> = ({
32
32
< span className = "flex flex-row items-center gap-2" >
33
33
{ auth . display_icon && (
34
34
< ExternalImage
35
- className = "w-6 h-6 "
35
+ className = "w-5 h-5 "
36
36
src = { auth . display_icon }
37
37
alt = { `${ auth . display_name } Icon` }
38
38
/>
39
39
) }
40
- < p className = "font-semibold m-0" > { auth . display_name } </ p >
40
+ < p className = "font-semibold text-sm m-0" > { auth . display_name } </ p >
41
41
{ ! auth . optional && (
42
42
< Badge size = "sm" variant = { error ? "destructive" : "warning" } >
43
43
Required
@@ -48,8 +48,8 @@ export const ExternalAuthButton: FC<ExternalAuthButtonProps> = ({
48
48
< span className = "flex flex-row items-center gap-2" >
49
49
{ auth . authenticated ? (
50
50
< >
51
- < Check className = "w-5 h-5 text-content-success" />
52
- < p className = "text-sm font-semibold text-content-secondary m-0" >
51
+ < Check className = "w-4 h-4 text-content-success" />
52
+ < p className = "text-xs font-semibold text-content-secondary m-0" >
53
53
Authenticated
54
54
</ p >
55
55
</ >
You can’t perform that action at this time.
0 commit comments