map notification label to topLabel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
b23351386b
commit
bd93cfdfe8
@ -99,6 +99,8 @@ import VDSColorTokens
|
|||||||
guard let model = model as? CollapsableNotificationModel else { return }
|
guard let model = model as? CollapsableNotificationModel else { return }
|
||||||
topView.set(with: model, delegateObject, additionalData)
|
topView.set(with: model, delegateObject, additionalData)
|
||||||
bottomView.set(with: model, delegateObject, additionalData)
|
bottomView.set(with: model, delegateObject, additionalData)
|
||||||
|
topView.label.textColorConfiguration = bottomView.titleLabel.textColorConfiguration
|
||||||
|
topView.label.surface = bottomView.surface
|
||||||
|
|
||||||
// Update top view default noop to expand.
|
// Update top view default noop to expand.
|
||||||
if let topAction = model.topAction,
|
if let topAction = model.topAction,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user