Skip to content

Commit

Permalink
Update packages/volto-blocks/src/components/blocks/IconsAndText/ViewI…
Browse files Browse the repository at this point in the history
…tem.tsx

Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
luca-bellenghi and pnicolli authored Sep 4, 2024
1 parent 9f8182c commit 6a04135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function ViewItem({ data }: Props) {
{icon && (
<div
className={cx(
'column_icon size_',
`column_icon size_${data.iconSize}`,
styles['column_icon'],
styles[`size_${data.iconSize}`],
)}
Expand Down

0 comments on commit 6a04135

Please sign in to comment.