Skip to content

Commit

Permalink
fix: informative message mb
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Aug 14, 2024
1 parent 01b4ad3 commit 046b445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/routes/pdf.$reportId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const PDF = () => {

return (
<styled.div w="100%" h="100%" bgColor={mode === "edit" ? "background-open-blue-france" : "unset"}>
<Flex justifyContent="center" mb="24px" py="16px" px="32px" bgColor={"#E8EDFF"}>
<Flex justifyContent="center" py="16px" px="32px" bgColor={"#E8EDFF"}>
<i className={cx(fr.cx("fr-icon-alert-fill"), css({ color: "#0063CB" }))} />
<styled.div
dangerouslySetInnerHTML={{
Expand Down

0 comments on commit 046b445

Please sign in to comment.