Skip to content

Commit

Permalink
Guid styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Jun 24, 2023
1 parent 21695fe commit 78c68e3
Show file tree
Hide file tree
Showing 21 changed files with 323 additions and 171 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/react-app/src/assets/ClaimScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/react-app/src/assets/ListScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/react-app/src/assets/PlayScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/react-app/src/assets/piggy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/react-app/src/components/modals/challenge-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ const FormStyled = styled(Form)`
const OpenButtonStyled = styled(Button)`
margin: ${GUpx(1)};
width: fit-content;
&,
span {
color: #242424;
}
`;

const OpenButtonWrapperStyled = styled.div`
Expand Down Expand Up @@ -362,6 +367,7 @@ export default function ChallengeModal({
error={touched.reason && errors.reason}
onBlur={handleBlur}
wide
placeHolder="Explain with precision how this claim does not met the quest requirement..."
/>
</Outset>
</FormStyled>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import ModalBase, { ModalCallback } from './modal-base';
const OpenButtonStyled = styled(Button)`
margin: ${GUpx(1)};
width: fit-content;
&,
span {
color: #242424;
}
`;

const OpenButtonWrapperStyled = styled.div`
Expand Down
4 changes: 4 additions & 0 deletions packages/react-app/src/components/modals/fund-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ const FormStyled = styled(Form)`
const OpenButtonStyled = styled(Button)`
margin: 0 ${GUpx(1)};
width: fit-content;
&,
span {
color: #242424;
}
`;

type Props = {
Expand Down
Loading

0 comments on commit 78c68e3

Please sign in to comment.