File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/elements-react/src/theme/default/components/form Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export function DefaultButtonSocial({
116116
117117 return (
118118 < button
119- className = "gap-3 border border-button-social-border-default bg-button-social-background-default hover:bg-button-social-background-hover transition-colors rounded-buttons flex items-center justify-center px-4 py-[13px] loading:bg-button-social-background-disabled loading:border-button-social-border-disabled loading:text-button-social-foreground-disabled hover:text-button-social-foreground-hover"
119+ className = "gap-3 border border-button-social-border-default bg-button-social-background-default hover:bg-button-social-background-hover hover:border-button-social-border-hover transition-colors rounded-buttons flex items-center justify-center px-4 py-[13px] loading:bg-button-social-background-disabled loading:border-button-social-border-disabled loading:text-button-social-foreground-disabled hover:text-button-social-foreground-hover"
120120 value = { attributes . value }
121121 type = "submit"
122122 name = "provider"
You can’t perform that action at this time.
0 commit comments