Add seeds and move to uuid (#80)

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Charles Bochet
2023-04-26 16:42:01 +02:00
committed by GitHub
parent 5aec7ca730
commit 6c7eb53333
38 changed files with 523 additions and 5935 deletions

View File

@ -39,11 +39,12 @@ const StyledEditable = styled.div`
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid ${(props) => props.theme.blue};
border: 1px solid ${(props) => props.theme.text20};
border-radius: 4px;
pointer-events: none;
display: block;
z-index: 1;
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.09);
}
`;