Fix design Add button in top bar
This commit is contained in:
@ -24,9 +24,10 @@ const TitleContainer = styled.div`
|
|||||||
const AddButtonContainer = styled.div`
|
const AddButtonContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-self: flex-end;
|
justify-self: flex-end;
|
||||||
|
flex-shrink: 0;
|
||||||
border: 1px solid ${(props) => props.theme.primaryBorder};
|
border: 1px solid ${(props) => props.theme.primaryBorder};
|
||||||
width: 30px;
|
width: 28px;
|
||||||
height: 30px;
|
height: 28px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user