Skip to content

feat(top-app-bar): add tinted parameter to OudsTopAppBarAction icon - #1479

Open
florentmaitre wants to merge 1 commit into
developfrom
1469-add-tinted-parameter-to-oudstopappbaractionicon
Open

feat(top-app-bar): add tinted parameter to OudsTopAppBarAction icon#1479
florentmaitre wants to merge 1 commit into
developfrom
1469-add-tinted-parameter-to-oudstopappbaractionicon

Conversation

@florentmaitre

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

@paulinea
paulinea force-pushed the 1469-add-tinted-parameter-to-oudstopappbaractionicon branch from 7ad5266 to 2c05228 Compare August 18, 2026 14:40
selectedChipIndex = TopAppBarDemoState.ActionIconBadge.entries.indexOf(lastActionIconBadge),
onSelectionChange = { index -> lastActionIconBadge = TopAppBarDemoState.ActionIconBadge.entries[index] },
)
CustomizationFilterChips(

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have the same question as on the "edge-to-edge preview" PR: why don't we use a boolean to be aligned with the API?

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.

Add tinted parameter to OudsTopAppBarAction.Icon

2 participants