Skip to content

Commit

Permalink
Change text color of OdsTextToggleButtonsRow selected button for acce…
Browse files Browse the repository at this point in the history
…ssibility reason
  • Loading branch information
paulinea committed Oct 23, 2023
1 parent d7203c2 commit 49096fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- \[App\] Change illustrations alignment for slider and text field components ([#618](https://github.com/Orange-OpenSource/ods-android/issues/618))
- \[Lib\] Change text color of `OdsTextToggleButtonsRow` selected button for accessibility reason ([#559](https://github.com/Orange-OpenSource/ods-android/issues/559))

## [0.16.0](https://github.com/Orange-OpenSource/ods-android/compare/0.15.1...0.16.0) - 2023-10-10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private fun RowScope.TextToggleButtonsRowItem(
maxLines = 1,
overflow = TextOverflow.Ellipsis,
displaySurface = displaySurface,
style = if (selected) OdsTextButtonStyle.Primary else OdsTextButtonStyle.Default,
style = OdsTextButtonStyle.Default,
onClick = { onClick(index) }
)
}
Expand Down

0 comments on commit 49096fe

Please sign in to comment.