add: menu page dark theme
This commit is contained in:
@@ -12,7 +12,7 @@ interface SearchboxProps extends Omit<React.InputHTMLAttributes<HTMLInputElement
|
||||
export default function SearchBox({ className, value, placeholder = '', onChange, ...props }: SearchboxProps) {
|
||||
return (
|
||||
<div className={clsx(
|
||||
"bg-white inline-flex rounded-xl px-4 h-10 w-full items-center content-center",
|
||||
"bg-container inline-flex rounded-xl px-4 h-10 w-full items-center content-center",
|
||||
className
|
||||
)}>
|
||||
<SearchIcon stroke="#8C90A3" />
|
||||
|
||||
Reference in New Issue
Block a user