Skip to content

Commit

Permalink
fix(block): defaults the status icon to scale=s (#7503)
Browse files Browse the repository at this point in the history
**Related Issue:** #6484 

## Summary

Defaults the scale of status icon to `s`
  • Loading branch information
anveshmekala authored Aug 11, 2023
1 parent aac13db commit e1aee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/src/components/block/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export class Block
[CSS.invalid]: status == "invalid",
}}
icon={ICONS[status]}
scale="m"
scale="s"
/>
</div>
) : hasSlottedIcon ? (
Expand Down

0 comments on commit e1aee99

Please sign in to comment.