mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 20:57:51 +00:00
styling label price
This commit is contained in:
parent
cf89e3b064
commit
f6a365df82
@ -22,7 +22,7 @@ const Label = ({
|
|||||||
<h3 className="mr-4 inline pl-2 leading-none tracking-tight">{title}</h3>
|
<h3 className="mr-4 inline pl-2 leading-none tracking-tight">{title}</h3>
|
||||||
<Price
|
<Price
|
||||||
// className="flex-none rounded-full bg-gray-600 p-2 text-white"
|
// className="flex-none rounded-full bg-gray-600 p-2 text-white"
|
||||||
className="flex-none text-gray-600 text-bold"
|
className="ml-auto flex-none text-gray-600 text-bold"
|
||||||
amount={amount}
|
amount={amount}
|
||||||
currencyCode={currencyCode}
|
currencyCode={currencyCode}
|
||||||
currencyCodeClassName="hidden @[275px]/label:inline"
|
currencyCodeClassName="hidden @[275px]/label:inline"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user