Skip to content

Commit 28ac6fa

Browse files
committed
toolbar background color
1 parent 5a933bc commit 28ac6fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/styles/react-mde-toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
outline: 0;
66
}
77
padding: $mde-toolbar-padding;
8-
background: #f9f9f9;
8+
background: $mde-toolbar-color;
99
ul.mde-header-group {
1010
display: inline-block;
1111
margin: 0 1rem 0 0;

src/styles/variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$mde-border-radius: 2px !default;
22
$mde-border-color: #c8ccd0 !default;
33
$mde-button-color: #242729 !default;
4+
$mde-toolbar-color: #f9f9f9 !default;
45
$mde-toolbar-padding: 10px !default;
56
$mde-editor-min-height: 200px !default;
67
$mde-editor-padding: 10px !default;

0 commit comments

Comments
 (0)