Skip to content

Commit

Permalink
fix(indemite-licenciement): modification de la margin du questionnair…
Browse files Browse the repository at this point in the history
…e a la premiere etape
  • Loading branch information
maxgfr committed Aug 7, 2023
1 parent 8c513d5 commit 3f74e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ export const Feedback = (): JSX.Element => {
return !closed ? (
<>
{!status && (
<IntroContainer
onClick={() => {
setStatus("questionnaire");
}}
variant="main"
>
<IntroContainer variant="main">
<StyledCloseIcon
onClick={() => setClosed(true)}
data-testid="feedbackCloseButton"
Expand Down Expand Up @@ -95,5 +90,5 @@ const StyledCloseIcon = styled(icons.Close)`
right: 8px;
width: 24px;
cursor: pointer;
margin: 3px;
z-index: 10;
`;
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const Introduction = ({ onClick }: IntroductionProps): JSX.Element => {

const StyledHeading = styled(Heading)`
text-align: center;
margin-top: 16px;
`;

const StyledButton = styled(Button)`
Expand Down

0 comments on commit 3f74e61

Please sign in to comment.