For some reason the custom ToolbarButton’s for the extension I am creating show up as a different color than the built in buttons. I’ve tried the following custom CSS, but the colors are not the same. How can I make them match?
.button-style {
color: var(--jp-ui-font-color1) !important;
}