use theme var for bg color
This commit is contained in:
@@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_MessageEditor {
|
.mx_MessageEditor {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #f3f8fd;
|
background-color: $header-panel-bg-color;
|
||||||
padding: 11px 13px 7px 56px;
|
padding: 11px 13px 7px 56px;
|
||||||
|
|
||||||
.mx_MessageEditor_editor {
|
.mx_MessageEditor_editor {
|
||||||
|
|||||||
Reference in New Issue
Block a user