Fix toolbar button background color

This commit is contained in:
Robert Long 2021-12-13 15:28:07 -08:00
parent 1ad4ad5bb0
commit f8fbd50ecd

View file

@ -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,