Skip to content

Commit

Permalink
refactor: update font family in Order.SummaryRow component Title
Browse files Browse the repository at this point in the history
  • Loading branch information
r41ph committed Oct 1, 2024
1 parent 27d746e commit c04c4c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const OrderSummaryRow = ({
<Title
variant="h6"
className={cn(
"text-grey-400 text-[11px] font-extrabold font-['Lato'] uppercase tracking-[1px] mt-[3px]",
"text-grey-400 text-[11px] font-extrabold font-['muli'] uppercase tracking-[1px] mt-[3px]",
titleClassName,
)}
>
Expand Down

0 comments on commit c04c4c6

Please sign in to comment.