Fix toolbar button background color
This commit is contained in:
parent
1ad4ad5bb0
commit
f8fbd50ecd
1 changed files with 2 additions and 2 deletions
|
@ -48,11 +48,11 @@ limitations under the License.
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
background-color: #394049;
|
background-color: var(--bgColor2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbarButton:hover {
|
.toolbarButton:hover {
|
||||||
background-color: #8d97a5;
|
background-color: var(--bgColor4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbarButton.on,
|
.toolbarButton.on,
|
||||||
|
|
Loading…
Add table
Reference in a new issue