diff --git a/src/renderer/style.less b/src/renderer/style.less index 9bcf4c65..65df8494 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -931,14 +931,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track { } .top-nav-group { - background: #1e1e1e99; + background: var(--baseColor); border: 1px solid lighten(@baseColor, 8); border-radius: 10px; display: flex; height: 32px; .app-sidebar-item { - background-color: #1e1e1e00; + background-color: var(--baseColor); border-radius: 10px!important; border:0px; min-width: 120px;