Fix optimistic rendering (#2882)

* Release 0.2.1

* Optimistic rendering fixes

* Fix optimistic rendering

* Fix issues on Tasks

* Fix Opportunity picker and relation picker
This commit is contained in:
Charles Bochet
2023-12-09 10:38:37 +01:00
committed by GitHub
parent e7bdb17128
commit 9d4ed323a7
26 changed files with 267 additions and 157 deletions
@@ -3,7 +3,7 @@ import styled from '@emotion/styled';
const StyledSection = styled.div`
display: flex;
flex-direction: column;
gap: ${({ theme }) => theme.spacing(1)};
gap: ${({ theme }) => theme.betweenSiblingsGap};
`;
export { StyledSection as NavigationDrawerSection };