Skip to content

Commit

Permalink
fix(Loading): use correct font family class
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Oct 24, 2023
1 parent bb1b8d8 commit 7e53285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Loading/index.tsx
Expand Up @@ -107,7 +107,7 @@ const Loading = ({
{type !== TYPE_OPTIONS.BUTTON_LOADER && Boolean(text) && (
<div
className={cx([
"font-text text-normal text-cloud-dark leading-normal",
"font-base text-normal text-cloud-dark leading-normal",
type === TYPE_OPTIONS.PAGE_LOADER ? "mt-md" : "ms-sm",
])}
>
Expand Down

0 comments on commit 7e53285

Please sign in to comment.