File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
DesignToolbox/DesignToolbox/Pages/Utils/Cards Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
### Changed
14
14
15
+ - [ DesignToolbox] Update cards backgrounds token (Orange-OpenSource/ouds-ios #695 )
15
16
- [ Tool] Update ` SwiftFormat/CLI ` pod from v0.56.1 to v0.56.2
16
17
17
18
### Fixed
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ struct Card: View {
38
38
. frame ( maxWidth: . infinity, alignment: . leading)
39
39
. oudsForegroundStyle ( theme. colors. colorContentDefault)
40
40
}
41
- . oudsBackground ( theme. colors. colorBgPrimary )
41
+ . oudsBackground ( theme. colors. colorOverlayDefault )
42
42
. oudsShadow ( theme. elevations. elevationRaised)
43
43
. padding ( . all, 4 )
44
44
}
You can’t perform that action at this time.
0 commit comments