Skip to content

Commit 107f9df

Browse files
authored
refactor: cards background color token (Orange-OpenSource/ouds-ios#695) (#20)
Closes Orange-OpenSource/ouds-ios#695 Reviewed-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orangrecom>
1 parent c5e9eaf commit 107f9df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

1313
### Changed
1414

15+
- [DesignToolbox] Update cards backgrounds token (Orange-OpenSource/ouds-ios#695)
1516
- [Tool] Update `SwiftFormat/CLI` pod from v0.56.1 to v0.56.2
1617

1718
### Fixed

DesignToolbox/DesignToolbox/Pages/Utils/Cards/Card.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct Card: View {
3838
.frame(maxWidth: .infinity, alignment: .leading)
3939
.oudsForegroundStyle(theme.colors.colorContentDefault)
4040
}
41-
.oudsBackground(theme.colors.colorBgPrimary)
41+
.oudsBackground(theme.colors.colorOverlayDefault)
4242
.oudsShadow(theme.elevations.elevationRaised)
4343
.padding(.all, 4)
4444
}

0 commit comments

Comments
 (0)