mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-01 11:33:54 +00:00
Merge pull request #18662 from overleaf/td-bs5-increase-settings-button-sizes
Bootstrap 5: increase size of "Add new email" and institution/role change submit buttons GitOrigin-RevId: 28756bdfe723a57da9c73f0ab3d852d2f9c3ea5e
This commit is contained in:
parent
2180ea0578
commit
7825bb8dd8
2 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@ function AddNewEmailBtn({
|
|||
|
||||
return (
|
||||
<OLButton
|
||||
size="small"
|
||||
variant="primary"
|
||||
disabled={(disabled && !isLoading) || !isValidEmail(email)}
|
||||
isLoading={isLoading}
|
||||
|
|
|
@ -141,7 +141,6 @@ function InstitutionAndRole({ userEmailData }: InstitutionAndRoleProps) {
|
|||
/>
|
||||
</OLFormGroup>
|
||||
<OLButton
|
||||
size="small"
|
||||
variant="primary"
|
||||
type="submit"
|
||||
disabled={!role || !department}
|
||||
|
|
Loading…
Reference in a new issue