improvement: fix backend login buttons not showing login progress (#1658)
This commit is contained in:
@ -22,6 +22,9 @@ const LoginButton = styled.button`
|
||||
${shadows.dropDeep};
|
||||
${buttons.default};
|
||||
${buttons.gray};
|
||||
&[disabled] {
|
||||
${buttons.disabled};
|
||||
}
|
||||
|
||||
padding: 0 12px;
|
||||
margin-top: -40px;
|
||||
|
Reference in New Issue
Block a user