Skip to content

Commit

Permalink
Time Series: fix dark mode color (#5426)
Browse files Browse the repository at this point in the history
  • Loading branch information
japie1235813 authored Nov 17, 2021
1 parent 88a328b commit dbdc260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ limitations under the License.
.group-toolbar {
border: 0;
@include tb-theme-foreground-prop(border-top, border, 1px solid);
@include tb-theme-foreground-prop(color, text);
// border-top on group-toolbar needs to be offset on sticky header for the
// flawless UI.
top: -1px;
Expand All @@ -38,7 +39,6 @@ limitations under the License.

.expand-group-icon {
@include tb-theme-foreground-prop(color, secondary-text);
background-color: $metrics-button-background-color-on-gray;

&:disabled {
@include tb-theme-foreground-prop(color, disabled-text);
Expand Down

0 comments on commit dbdc260

Please sign in to comment.