use theme var for bg color

This commit is contained in:
Bruno Windels 2019-05-15 10:12:16 +01:00
parent 6b932d58e6
commit 22533ba2d4

View file

@ -16,7 +16,7 @@ limitations under the License.
.mx_MessageEditor {
border-radius: 4px;
background-color: #f3f8fd;
background-color: $header-panel-bg-color;
padding: 11px 13px 7px 56px;
.mx_MessageEditor_editor {