Font weight for edit
This commit is contained in:
parent
ace3b0daa9
commit
b2c4b561df
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ const EditArea = styled('div')`
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
color: #4D79FF;
|
color: #4D79FF;
|
||||||
|
font-weight: 600;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const EditTextButton = styled('div')`
|
const EditTextButton = styled('div')`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue