mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #10778 from overleaf/jel-share-primary-btn
[web] Make the "Share" button primary GitOrigin-RevId: 11da6826dc0c8d3b660a7ac20dd9cc938c898250
This commit is contained in:
parent
a206eaa731
commit
a20d102e0a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ export default function AddCollaborators() {
|
||||||
<option value="readOnly">{t('read_only')}</option>
|
<option value="readOnly">{t('read_only')}</option>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<span> </span>
|
<span> </span>
|
||||||
<Button type="submit" bsStyle="info">
|
<Button type="submit" bsStyle="primary">
|
||||||
<Trans i18nKey="share" />
|
<Trans i18nKey="share" />
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue