Skip to content

Commit 5127cb7

Browse files
committed
feat(navigation-button): update changelog files
1 parent 7a2097a commit 5127cb7

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

app/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/2.0.0...develop)
88
### Added
9+
- [DemoApp][Library] Implementation of `Navigation Button` ([#417](https://github.com/Orange-OpenSource/ouds-flutter/issues/417))
910
### Changed
1011
- [Library] update tokens 2.6.0 ([#842](https://github.com/Orange-OpenSource/ouds-flutter/issues/842))
1112
### Fixed

ouds_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/2.0.0...develop)
88
### Added
9+
- [Library] Implementation of `Navigation Button` ([#417](https://github.com/Orange-OpenSource/ouds-flutter/issues/417))
910
### Changed
1011
- [Library] update tokens 2.6.0 ([#842](https://github.com/Orange-OpenSource/ouds-flutter/issues/842))
1112
### Fixed

ouds_core/lib/components/button/ouds_button.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,10 @@ class _OudsButtonState extends State<OudsButton> {
537537
),
538538
Padding(
539539
padding: EdgeInsetsDirectional.only(
540+
start: isNextLayout
541+
? 0
542+
: buttonToken.spaceColumnGapIconDefault +
543+
buttonToken.spaceColumnGapChevronDefault,
540544
end: buttonToken.spaceColumnGapChevronDefault,
541545
),
542546
child: _buildLoadingIndicator(

0 commit comments

Comments
 (0)