mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02: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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user