We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115ddd8 commit a6956ffCopy full SHA for a6956ff
2 files changed
src/WinXP/Icons/index.js
@@ -279,10 +279,8 @@ const StyledIcon = styled(Icon)`
279
}
280
&__img {
281
display: block;
282
- max-width: 48px;
283
- max-height: 48px;
284
- width: auto;
285
- height: auto;
+ width: 48px;
+ height: 48px;
286
object-fit: contain;
287
opacity: ${({ isFocus, displayFocus }) =>
288
isFocus && displayFocus ? 0.5 : 1};
0 commit comments