Skip to content

Commit

Permalink
fix OR divider in SSOLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Nov 6, 2023
1 parent 1b46dd5 commit ca637fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/SSOLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const onSSOLogin = async () => {
position: relative;
display: inline-block;
padding: var(--spacing-xl) var(--spacing-l);
background: var(--color-foreground-xlight);
background: var(--color-background-xlight);
}
}
</style>

0 comments on commit ca637fe

Please sign in to comment.