Skip to content

Commit

Permalink
fix(crux-ui): add some contrast 3rd party login options (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
polaroi8d authored Nov 7, 2024
1 parent 5c155b0 commit d508c73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion web/crux-ui/public/oidc/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions web/crux-ui/src/pages/auth/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ const LoginPage = (props: LoginPageProps) => {

{oidcEnabled(oidc) && (
<div className="flex flex-col gap-2 items-center mx-auto mt-2">
<span className="text-light my-2">{t('orLogInWith')}</span>
<span className="mt-2 mb-4">{t('orLogInWith')}</span>

<div className="flex flex-row gap-8">
<div className="flex flex-row gap-4">
{oidc.gitlab && (
<DyoIcon src="/oidc/gitlab.svg" size="lg" alt="Gitlab" onClick={() => loginWithOidc('gitlab')} />
)}
Expand Down

0 comments on commit d508c73

Please sign in to comment.