Fix edit border radius

This commit is contained in:
Jackson Harper 2023-03-08 18:07:04 +08:00
parent 21b5dc3133
commit 72834b2cbe

View file

@ -210,7 +210,7 @@ function ModalHighlightView(props: ModalHighlightViewProps): JSX.Element {
{!isEditing ? (
<StyledText
css={{
borderRadius: '6px',
borderRadius: '5px',
p: '16px',
width: '100%',
marginTop: '24px',