mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02: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:
@@ -141,7 +141,7 @@ export default function AddCollaborators() {
|
||||
<option value="readOnly">{t('read_only')}</option>
|
||||
</FormControl>
|
||||
<span> </span>
|
||||
<Button type="submit" bsStyle="info">
|
||||
<Button type="submit" bsStyle="primary">
|
||||
<Trans i18nKey="share" />
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user