mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
square searchbox, remove border and replace grayscale with new palette
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.input {
|
||||
@apply bg-transparent px-3 py-2 appearance-none w-full transition duration-150 ease-in-out rounded-lg placeholder-accents-4 pr-10;
|
||||
@apply bg-transparent px-3 py-2 appearance-none w-full transition duration-150 ease-in-out placeholder-accents-5 pr-10;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
|
@@ -17,7 +17,7 @@ const Searchbar: FC<Props> = ({ className }) => {
|
||||
return (
|
||||
<div
|
||||
className={cn(
|
||||
'relative rounded-lg text-sm bg-accents-1 text-base w-full border border-accents-2',
|
||||
'relative text-sm bg-accents-1 text-base w-full',
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user