fix: change colors to match dark theme for Network Profiling (#346)

This commit is contained in:
Fine0830
2023-11-26 20:02:41 +08:00
committed by GitHub
parent c1c086d999
commit a18ac3372e
6 changed files with 19 additions and 9 deletions

View File

@@ -282,7 +282,7 @@ limitations under the License. -->
<style lang="scss" scoped>
.tabs {
height: 40px;
color: $disabled-color;
color: var(--sw-icon-btn-color);
width: 100%;
overflow-x: auto;
white-space: nowrap;
@@ -311,8 +311,6 @@ limitations under the License. -->
}
.tab-icons {
color: $font-color;
i {
margin-right: 3px;
}
@@ -371,7 +369,7 @@ limitations under the License. -->
}
.tab-icon {
color: #666;
color: var(--sw-icon-btn-color);
}
.vue-grid-item.active {