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 411
411
margin-bottom : 20px ;
412
412
gap : 8px ;
413
413
> * {
414
- width : 125 px ;
414
+ width : max-content ;
415
415
}
416
416
}
417
417
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import ConfirmationModal from '../Modal/ConfirmationModal'
14
14
import UserAddModalContent from './user-add.modal'
15
15
import InviteUserModalContent from './invite-user.modal' // Import the new component
16
16
import Loader from '../Loader'
17
- import { OutlineButton } from '../Buttons'
18
17
19
18
const theme = {
20
19
container : styles . modalContainer
@@ -230,7 +229,7 @@ class Users extends Component {
230
229
)
231
230
}
232
231
{ projectOption && (
233
- < OutlineButton
232
+ < PrimaryButton
234
233
text = { 'Go To Project' }
235
234
type = { 'info' }
236
235
link = { `/projects/${ projectOption . value } /challenges` } />
You can’t perform that action at this time.
0 commit comments