Merge pull request #10778 from overleaf/jel-share-primary-btn

[web] Make the "Share" button primary

GitOrigin-RevId: 11da6826dc0c8d3b660a7ac20dd9cc938c898250
This commit is contained in:
Jessica Lawshe 2022-12-05 09:32:23 -06:00 committed by Copybot
parent a206eaa731
commit a20d102e0a

View file

@ -141,7 +141,7 @@ export default function AddCollaborators() {
<option value="readOnly">{t('read_only')}</option>
</FormControl>
<span>&nbsp;&nbsp;</span>
<Button type="submit" bsStyle="info">
<Button type="submit" bsStyle="primary">
<Trans i18nKey="share" />
</Button>
</div>