mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 12:47:50 +00:00
fix: tweak title of variant selector per Steve
Signed-off-by: jrphilo <james.philo@me.com>
This commit is contained in:
parent
f704ac5ed3
commit
d2dda09a13
@ -96,7 +96,7 @@ export function VariantSelector({
|
|||||||
leaveFrom="opacity-100 backdrop-blur-[.5px]"
|
leaveFrom="opacity-100 backdrop-blur-[.5px]"
|
||||||
leaveTo="opacity-0 backdrop-blur-none"
|
leaveTo="opacity-0 backdrop-blur-none"
|
||||||
>
|
>
|
||||||
<div className="bg-black/30 fixed inset-0" aria-hidden="true" />
|
<div className="fixed inset-0 bg-black/30" aria-hidden="true" />
|
||||||
</TransitionChild>
|
</TransitionChild>
|
||||||
<TransitionChild
|
<TransitionChild
|
||||||
as={Fragment}
|
as={Fragment}
|
||||||
@ -107,9 +107,9 @@ export function VariantSelector({
|
|||||||
leaveFrom="translate-x-0"
|
leaveFrom="translate-x-0"
|
||||||
leaveTo="translate-x-full"
|
leaveTo="translate-x-full"
|
||||||
>
|
>
|
||||||
<DialogPanel className="text-black fixed bottom-0 right-0 top-0 flex h-full w-full flex-col border-l border-neutral-200 bg-white/80 p-6 backdrop-blur-xl md:w-[500px]">
|
<DialogPanel className="fixed bottom-0 right-0 top-0 flex h-full w-full flex-col border-l border-neutral-200 bg-white/80 p-6 text-black backdrop-blur-xl md:w-[500px]">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<p className="text-lg font-semibold">Manufactured & Used Options</p>
|
<p className="text-lg font-semibold">Remanufactured & Used Options</p>
|
||||||
|
|
||||||
<button aria-label="Close cart" onClick={closeModal} className="text-black">
|
<button aria-label="Close cart" onClick={closeModal} className="text-black">
|
||||||
<XMarkIcon className="h-6" />
|
<XMarkIcon className="h-6" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user