Skip to content

Commit

Permalink
fix: Use consistent button style for SSO login actions (#5202)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Mar 10, 2025
1 parent 5f611b5 commit 3bd4dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/web/components/pages/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ const HomePage = class extends React.Component {
}
}}
key='single-sign-on'
theme='secondary'
className='w-100'
>
Single Sign-On
Expand Down Expand Up @@ -440,7 +441,7 @@ const HomePage = class extends React.Component {
type='submit'
className='mt-3 px-4 full-width'
>
Login
Log in
</Button>
</div>
</fieldset>
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"section": "Other"
}
]
}
}

0 comments on commit 3bd4dfd

Please sign in to comment.