Fix search font

pull/44527/head
Subhajit009iitr 2023-12-26 21:36:37 +05:30
parent 07d0c15b5d
commit b9556087c9
1 changed files with 1 additions and 2 deletions

View File

@ -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;