Skip to content

Commit eb6df72

Browse files
committed
Tweak icon rendering
1 parent 34b51e9 commit eb6df72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const Icon = ({ color, icon, hovered }) => {
4444
transition: '0.25s',
4545
opacity: 1,
4646
backgroundImage: [`url('${prefix}/${icon}.png')`],
47-
backgroundSize: 'contain',
47+
backgroundSize: 'cover',
4848
}}
4949
></Box>
5050
<Text

0 commit comments

Comments
 (0)