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.
IconField
1 parent fff1dc5 commit 115d991Copy full SHA for 115d991
site/src/components/IconField/IconField.tsx
@@ -47,7 +47,7 @@ export const IconField: FC<IconFieldProps> = ({
47
endAdornment: hasIcon ? (
48
<InputAdornment
49
position="end"
50
- className="size-6 flex items-center justify-center [& img]:max-w-full [& img]:object-contain"
+ className="size-6 flex items-center justify-center [&_img]:max-w-full [&_img]:object-contain"
51
>
52
<ExternalImage
53
alt=""
0 commit comments