fix: correct text for input field in search bar
This commit is contained in:
@@ -184,7 +184,7 @@ class SearchBar extends HTMLElement {
|
||||
padding: 0 16px;
|
||||
font-family: var(--font-family-base);
|
||||
font-size: var(--font-size-base, 16px);
|
||||
font-weight: var(--font-weight-normal, 400);
|
||||
font-weight: var(--font-weight-light, 300);
|
||||
color: #383838;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
@@ -194,7 +194,7 @@ class SearchBar extends HTMLElement {
|
||||
.search-input::placeholder {
|
||||
font-family: var(--font-family-base);
|
||||
font-size: var(--font-size-base, 16px);
|
||||
font-weight: var(--font-weight-normal, 400);
|
||||
font-weight: var(--font-weight-light, 300);
|
||||
color: rgba(56, 56, 56, 0.5);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user