File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/rich-text-editor/src/styles Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,14 @@ export const content = css`
8686
8787 .ql-editor {
8888 box-sizing : border-box;
89- color : var (--vaadin-rich-text-editor-editor -color , var (--vaadin-text-color ));
89+ color : var (--vaadin-rich-text-editor-content -color , var (--vaadin-text-color ));
9090 flex : 1 ;
91- font-size : var (--vaadin-rich-text-editor-editor -font-size , inherit);
91+ font-size : var (--vaadin-rich-text-editor-content -font-size , inherit);
9292 height : 100% ;
93- line-height : var (--vaadin-rich-text-editor-editor -line-height , inherit);
93+ line-height : var (--vaadin-rich-text-editor-content -line-height , inherit);
9494 outline : none;
9595 overflow-y : auto;
96- padding : var (--vaadin-rich-text-editor-editor -padding , var (--vaadin-padding-container ));
96+ padding : var (--vaadin-rich-text-editor-content -padding , var (--vaadin-padding-container ));
9797 tab-size : calc (var (--_item-indent ) * 2 );
9898 text-align : left;
9999 white-space : pre-wrap;
You can’t perform that action at this time.
0 commit comments