Skip to content

Commit

Permalink
[#578] ODSButton with low emphasis has incorrect background color (#661)
Browse files Browse the repository at this point in the history
* Update color

* Update changelog

Reviewed-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
ludovic35 authored Jan 31, 2024
1 parent 5b75349 commit 4cff51a
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 @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/Orange-OpenSource/ods-ios/compare/0.16.0...qualif)

- [SDK] ODSButton with low emphasis has incorrect background color (Bug [#578](https://github.com/Orange-OpenSource/ods-ios/issues/578))
- [DemoApp/SDK] Focus order not coherent with Voice Over (Bug [#588](https://github.com/Orange-OpenSource/ods-ios/issues/588))
- [DemoApp] Add configuration in the ListItem screeen to select the number of lines in subtitle([#650](https://github.com/Orange-OpenSource/ods-ios/issues/650))
- [SDK] Update ListItem to limit title in one line and subtitle up to two lines ([#586](https://github.com/Orange-OpenSource/ods-ios/issues/586))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private struct ODSEmphasisButtonStyle: ButtonStyle {
case .medium:
return Color(UIColor.label)
case .low:
return Color(UIColor.systemBackground)
return Color.clear
case .lowest:
return Color.clear
}
Expand Down

0 comments on commit 4cff51a

Please sign in to comment.