use theme var for bg color
This commit is contained in:
parent
6b932d58e6
commit
22533ba2d4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue