Skip to content

Commit

Permalink
fix: remove duplicated section in color page for content on backgroun…
Browse files Browse the repository at this point in the history
…d values (#236)

Closes #236

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
  • Loading branch information
pylapp committed Oct 24, 2024
1 parent 73f2744 commit 4cdb854
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [DemoApp] Remove duplicated section in color page for content on background values ([#236](https://github.com/Orange-OpenSource/ouds-ios/issues/236))
- [DemoApp] Hide from Voice Over decorative image in theme selector (a11y)

## [0.4.1](https://github.com/Orange-OpenSource/ouds-ios/compare/0.4.0...0.4.1) - 2024-10-21
Expand Down
1 change: 0 additions & 1 deletion Showcase/Showcase/Pages/Tokens/Color/ColorTokenPage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ struct ColorTokenPage: View {
Section { illustrationForAlways() } header: { header("Always") }
Section { illustrationForContent() } header: { header("Content") }
Section { illustrationForContentOnBackground() } header: { header("Content On Background") }
Section { illustrationForContentOnBackground() } header: { header("Content On Background") }
Section { illustrationForBorder() } header: { header("Border") }
Section { illustrationForeElevation() } header: { header("Elevation") }
Section { illustrationForDecorative() } header: { header("Decorative") }
Expand Down

0 comments on commit 4cdb854

Please sign in to comment.