Skip to content

Commit

Permalink
🌾 Fix on Bounty modals width #2932
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw authored Apr 28, 2022
1 parent e7e09f9 commit 3c090fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const AnnounceWorkEntryModal = () => {
}

return (
<Modal onClose={hideModal} modalSize="l">
<Modal onClose={hideModal} modalSize="m">
<ModalHeader title={t('modals.announceWorkEntry.title')} onClick={hideModal} />
<ScrolledModalBody>
<ScrolledModalContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const BountyCancelModal = () => {
}

return (
<Modal onClose={hideModal} modalSize="l">
<Modal onClose={hideModal} modalSize="m">
<ModalHeader title={t('modals.bountyCancel.title')} onClick={hideModal} />
<ModalBody>
<BodyContainer gap={30}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const ContributeFundsModal = () => {
}

return (
<Modal onClose={hideModal} modalSize="l">
<Modal onClose={hideModal} modalSize="m">
<ModalHeader title={t('modals.contribute.title')} onClick={hideModal} />
<ScrolledModalBody>
<ScrolledModalContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const SubmitWorkModal = () => {
}

return (
<Modal onClose={hideModal} modalSize="l">
<Modal onClose={hideModal} modalSize="m">
<ModalHeader title={t('modals.submitWork.title')} onClick={hideModal} />
<ScrolledModalBody>
<ScrolledModalContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const WithdrawWorkEntryModal = () => {
}

return (
<Modal onClose={hideModal} modalSize="l">
<Modal onClose={hideModal} modalSize="m">
<ModalHeader title={t('modals.withdrawWorkEntry.title')} onClick={hideModal} />
<ScrolledModalBody>
<ScrolledModalContainer>
Expand Down

1 comment on commit 3c090fa

@vercel
Copy link

@vercel vercel bot commented on 3c090fa Apr 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pioneer-2 – ./

pioneer-2-git-dev-joystream.vercel.app
pioneer-2-joystream.vercel.app
pioneer-2.vercel.app

Please sign in to comment.