mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
feat: playing around with styles and layout on PDP
Signed-off-by: jrphilo <james.philo@me.com>
This commit is contained in:
@@ -75,8 +75,8 @@ export function VariantSelector({
|
||||
const closeModal = () => setIsOpen(false);
|
||||
|
||||
return (
|
||||
<div className="mb-6 flex flex-row gap-1 text-sm font-medium">
|
||||
More Remanufactured and Used Options{' '}
|
||||
<div className="mb-6 flex flex-row gap-1 rounded-md border p-2 text-sm font-medium">
|
||||
See more Remanufactured and Used Options{' '}
|
||||
<button
|
||||
className="flex flex-row gap-0.5 font-normal text-blue-800 hover:underline"
|
||||
aria-label="Open variants selector"
|
||||
|
Reference in New Issue
Block a user