Fix search font
parent
07d0c15b5d
commit
b9556087c9
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
|
||||
.td-search-input {
|
||||
font-family: 'Your Preferred Font', sans-serif;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
|
@ -32,7 +32,6 @@
|
|||
border-radius: 15px;
|
||||
}
|
||||
|
||||
/* Adjust the placeholder font style */
|
||||
.search-input::placeholder {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in New Issue