File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 411411 margin-bottom : 20px ;
412412 gap : 8px ;
413413 > * {
414- width : 125 px ;
414+ width : max-content ;
415415 }
416416}
417417
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import ConfirmationModal from '../Modal/ConfirmationModal'
1414import UserAddModalContent from './user-add.modal'
1515import InviteUserModalContent from './invite-user.modal' // Import the new component
1616import Loader from '../Loader'
17- import { OutlineButton } from '../Buttons'
1817
1918const theme = {
2019 container : styles . modalContainer
@@ -230,7 +229,7 @@ class Users extends Component {
230229 )
231230 }
232231 { projectOption && (
233- < OutlineButton
232+ < PrimaryButton
234233 text = { 'Go To Project' }
235234 type = { 'info' }
236235 link = { `/projects/${ projectOption . value } /challenges` } />
You can’t perform that action at this time.
0 commit comments