fix(editor): Allow SSO login focus outlines to draw fully (no-changelog) (#11195)

This commit is contained in:
Mike Arvela 2024-10-10 12:25:45 +03:00 committed by GitHub
parent ad13a756d7
commit cd59f33e59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,8 @@ const onSSOLogin = async () => {
span {
position: relative;
display: inline-block;
padding: var(--spacing-xl) var(--spacing-l);
margin: var(--spacing-2xs) auto;
padding: var(--spacing-l);
background: var(--color-background-xlight);
}
}