mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
styling label
This commit is contained in:
parent
85938dcd54
commit
1de9ec764b
@ -21,7 +21,7 @@ const Label = ({
|
||||
<div className="flex items-center rounded-full border bg-white/70 p-1 text-[10px] font-semibold text-black backdrop-blur-md @[275px]/label:text-xs dark:border-neutral-800 dark:bg-black/70 dark:text-white">
|
||||
<h3 className="mr-4 inline pl-2 leading-none tracking-tight">{title}</h3>
|
||||
<Price
|
||||
className="flex-none rounded-full bg-blue-600 p-2 text-white"
|
||||
className="flex-none rounded-full bg-gray-600 p-2 text-white"
|
||||
amount={amount}
|
||||
currencyCode={currencyCode}
|
||||
currencyCodeClassName="hidden @[275px]/label:inline"
|
||||
|
Loading…
x
Reference in New Issue
Block a user