mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix edit border radius
This commit is contained in:
parent
21b5dc3133
commit
72834b2cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ function ModalHighlightView(props: ModalHighlightViewProps): JSX.Element {
|
|||
{!isEditing ? (
|
||||
<StyledText
|
||||
css={{
|
||||
borderRadius: '6px',
|
||||
borderRadius: '5px',
|
||||
p: '16px',
|
||||
width: '100%',
|
||||
marginTop: '24px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue