Skip to content

Conversation

PeterTorki
Copy link

@PeterTorki PeterTorki commented Aug 22, 2025

Summary

Adds a new iconSize prop to List.Icon allowing consumers to set a custom icon size instead of the fixed 24px default.

Motivation

Previously, List.Icon always rendered at 24px, which limited flexibility. This change makes it possible to scale icons up or down based on design needs.

Example

<List.Icon icon="calendar" iconSize={32} />
<List.Icon icon="equal" iconSize={18} />

@PeterTorki PeterTorki force-pushed the feat/list-icon-size branch from eec9b8c to fde7ba7 Compare August 22, 2025 13:23
@callstack-bot
Copy link

callstack-bot commented Aug 22, 2025

Hey @PeterTorki, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants