Skip to content

Commit

Permalink
fix: fix inconsistent font for catalog breadcrumb
Browse files Browse the repository at this point in the history
Fixes #2352
  • Loading branch information
mainawycliffe authored and moshloop committed Oct 18, 2024
1 parent 26fc66b commit 6accf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Configs/ConfigsTypeIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ConfigsTypeIcon({
}

return (
<div className="flex flex-1 flex-row items-center gap-1 overflow-hidden text-sm">
<div className="flex flex-1 flex-row items-center gap-1 overflow-hidden">
<span className="flex flex-row items-center gap-1">
{showPrimaryIcon && (
<Icon
Expand Down

0 comments on commit 6accf46

Please sign in to comment.