We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6569c82 commit 85092aeCopy full SHA for 85092ae
src/components/Configs/ConfigsTypeIcon.tsx
@@ -49,7 +49,7 @@ export default function ConfigsTypeIcon({
49
}
50
51
return (
52
- <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">
53
<span className="flex flex-row items-center gap-1">
54
{showPrimaryIcon && (
55
<Icon
0 commit comments