Consistent background color for highlight text areas

This commit is contained in:
Jackson Harper
2023-03-08 18:05:24 +08:00
parent e4ae4a7e64
commit 21b5dc3133

View File

@ -211,11 +211,11 @@ function ModalHighlightView(props: ModalHighlightViewProps): JSX.Element {
<StyledText
css={{
borderRadius: '6px',
bg: '$grayBase',
p: '16px',
width: '100%',
marginTop: '24px',
color: '$grayText',
bg: '#EBEBEB',
color: '#3D3D3D',
}}
onClick={() => setIsEditing(true)}
>