mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-02 09:14:45 +03:00
Fix design Add button in top bar
This commit is contained in:
parent
902aa28150
commit
5b545e5bc6
@ -24,9 +24,10 @@ const TitleContainer = styled.div`
|
||||
const AddButtonContainer = styled.div`
|
||||
display: flex;
|
||||
justify-self: flex-end;
|
||||
flex-shrink: 0;
|
||||
border: 1px solid ${(props) => props.theme.primaryBorder};
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 4px;
|
||||
|
Loading…
Reference in New Issue
Block a user