Font weight for edit

This commit is contained in:
Matt DiMeglio 2025-05-29 15:07:42 -04:00
parent ace3b0daa9
commit b2c4b561df

View file

@ -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')`