File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments