Skip to content

Commit

Permalink
styling label price
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammii-HK committed Apr 24, 2024
1 parent cf89e3b commit f6a365d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Label = ({
<h3 className="mr-4 inline pl-2 leading-none tracking-tight">{title}</h3>
<Price
// 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}
currencyCode={currencyCode}
currencyCodeClassName="hidden @[275px]/label:inline"
Expand Down

0 comments on commit f6a365d

Please sign in to comment.