el-text-editor 0.0.20 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,7 @@ class ElTextEditorComponent {
114
114
  return '#282828 !important';
115
115
  }
116
116
  else {
117
- return '#FBFBFB !important';
117
+ return '#F3F3F3 !important';
118
118
  }
119
119
  }
120
120
  themeModeBorderTop() {