Skip to content

Commit 85092ae

Browse files
committed
fix: fix inconsistent font for catalog breadcrumb
Fixes #2352
1 parent 6569c82 commit 85092ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Configs/ConfigsTypeIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function ConfigsTypeIcon({
4949
}
5050

5151
return (
52-
<div className="flex flex-1 flex-row items-center gap-1 overflow-hidden text-sm">
52+
<div className="flex flex-1 flex-row items-center gap-1 overflow-hidden">
5353
<span className="flex flex-row items-center gap-1">
5454
{showPrimaryIcon && (
5555
<Icon

0 commit comments

Comments
 (0)