Skip to content

Commit

Permalink
fix(dashboard): semibold font (#11182)
Browse files Browse the repository at this point in the history
FIXES CMRC-897
  • Loading branch information
fPolic authored Jan 27, 2025
1 parent 961ad47 commit 86b16b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export function OrderCreateFulfillmentForm({

{differentOptionSelected && (
<Alert className="mt-4 p-4" variant="warning">
<span className="-mt-[3px] block font-semibold">
<span className="-mt-[3px] block font-medium">
{t("labels.beaware")}
</span>
<span className="text-ui-fg-muted">
Expand Down

0 comments on commit 86b16b9

Please sign in to comment.