update glass + pattenr + ...
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-07-07 14:48:33 +03:30
parent 2dc44d1c77
commit c08b4ec023
45 changed files with 1576 additions and 317 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
import React from 'react'
import SearchIcon from '../icons/SearchIcon'
import clsx from 'clsx'
import { glassSurfaceFlat } from '@/lib/styles/glassSurface'
interface SearchboxProps
extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'results'> {
@@ -19,9 +19,9 @@ export default function SearchBox({
}: SearchboxProps) {
return (
<div
className={clsx(
'bg-container inline-flex rounded-xl px-4 h-10 w-full items-center content-center',
className
className={glassSurfaceFlat(
'inline-flex rounded-xl px-4 h-10 w-full items-center content-center',
className,
)}
>
<SearchIcon stroke='#8C90A3' />