Fix inconsistent action button on share modal (#2854)

This commit is contained in:
Eyuel Berga Woldemichael 2022-04-19 18:16:28 +03:00 committed by GitHub
parent 0ec6298952
commit 6d7a92382d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,7 +305,7 @@ class ManageAppUsers extends React.Component {
</Modal.Body>
<Modal.Footer>
<a href="/users" target="_blank" className="btn btn-outline-azure mt-3">
<a href="/users" target="_blank" className="btn color-primary mt-3">
Manage Organization Users
</a>
</Modal.Footer>