Change border color in flat inputs to muted-color.

This commit is contained in:
Konstantinos Triantafyllou 2023-03-22 10:44:52 +02:00
parent c4e2781acc
commit 3a7aff00e8
2 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@
&.flat {
--input-background: @global-inverse-color;
--input-border: @global-muted-background;
--input-border: @global-muted-color;
}
&.border-bottom {

View File

@ -92,7 +92,7 @@
&.flat {
--search-input-background: @global-inverse-color;
--search-input-border-width: @global-border-width;
--search-input-border: @global-border;
--search-input-border: @global-muted-color;
}
&.outer {