fix read only text editor color (#19223)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ const StyledEditorContainer = styled.div<{
|
||||
box-sizing: border-box;
|
||||
color: ${({ readonly }) =>
|
||||
readonly
|
||||
? themeCssVariables.font.color.light
|
||||
? themeCssVariables.font.color.secondary
|
||||
: themeCssVariables.font.color.primary};
|
||||
font-family: ${themeCssVariables.font.family};
|
||||
font-size: ${themeCssVariables.font.size.sm};
|
||||
|
||||
Reference in New Issue
Block a user