diff --git a/services/web/frontend/stylesheets/variables/all.less b/services/web/frontend/stylesheets/variables/all.less index 7b4fd62baa..f1c12abd52 100644 --- a/services/web/frontend/stylesheets/variables/all.less +++ b/services/web/frontend/stylesheets/variables/all.less @@ -808,7 +808,7 @@ @file-tree-item-selected-color: @file-tree-item-color; @file-tree-item-toggle-color: @neutral-40; @file-tree-item-icon-color: @neutral-40; -@file-tree-item-input-color: @neutral-80; +@file-tree-item-input-color: @input-color; @file-tree-item-folder-color: @neutral-40; @file-tree-item-hover-bg: @neutral-80; @file-tree-item-selected-bg: @green; diff --git a/services/web/frontend/stylesheets/variables/themes/light.less b/services/web/frontend/stylesheets/variables/themes/light.less index 0e2d50a843..6a36a479a7 100644 --- a/services/web/frontend/stylesheets/variables/themes/light.less +++ b/services/web/frontend/stylesheets/variables/themes/light.less @@ -25,7 +25,6 @@ @file-tree-item-color: @neutral-70; @file-tree-item-focus-color: @file-tree-item-color; @file-tree-item-selected-color: #fff; -@file-tree-item-input-color: @neutral-40; @file-tree-item-toggle-color: @neutral-40; @file-tree-item-icon-color: @neutral-40; @file-tree-item-folder-color: @neutral-40;