Skip to content

Commit bd79fe0

Browse files
authored
Update ExternalLinkIcon width in RecentDesigns.js
Signed-off-by: Lee Calcote <[email protected]>
1 parent 0420891 commit bd79fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ExtensionComponent/RecentDesigns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function RecentDesignsCard({ isDarkTheme }) {
106106
edge="end"
107107
aria-label="open"
108108
>
109-
<ExternalLinkIcon fill="#eee" />
109+
<ExternalLinkIcon width="16" fill="#eee" />
110110
</IconButton>
111111
}
112112
>

0 commit comments

Comments
 (0)