mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-12 07:58:49 +00:00
remove backdrop-blur until it can be made opt-in
This commit is contained in:
parent
f566671975
commit
7ae0ba31cb
4 changed files with 4 additions and 5 deletions
|
@ -62,8 +62,7 @@ export default function Search({ options }) {
|
|||
bg-white/50 dark:bg-white/10
|
||||
focus:ring-theme-500 dark:focus:ring-white/50
|
||||
focus:border-theme-500 dark:focus:border-white/50
|
||||
border border-theme-300 dark:border-theme-200/50
|
||||
backdrop-blur-md"
|
||||
border border-theme-300 dark:border-theme-200/50"
|
||||
placeholder={t("search.placeholder")}
|
||||
onChange={(s) => setQuery(s.currentTarget.value)}
|
||||
required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue