fix(filmstrip) Minor style fixes (#12870)

This commit is contained in:
Robert Pintilii
2023-02-07 10:10:28 +02:00
committed by GitHub
parent d712a565f8
commit 6b8afbcceb
5 changed files with 6 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ export const ConnectionIndicatorIcon = ({
<span className = { emptyIconWrapperClassName }>
<Icon
className = { clsx(classes.icon, colorClass) }
size = { 12 }
size = { 16 }
src = { IconConnection } />
</span>
);