Add dark theme support to the console (#2167)

This commit is contained in:
Pavlo Tkach
2023-10-03 15:54:25 -04:00
committed by GitHub
parent e07f25000d
commit 4fb8a1b50b
4 changed files with 65 additions and 30 deletions
@@ -15,9 +15,9 @@
.console-settings {
.mdc-tab {
&.active-link {
border-bottom: 2px solid #673ab7;
border-bottom: 2px solid var(--primary);
.mdc-tab__text-label {
color: #673ab7;
color: var(--primary);
}
}
}