@@ -114,7 +114,7 @@ ActivityNotificationBase {
114114 info: qsTr (" To finalise your ownership of the %1 Community, make your device the control node" ).arg (root .communityName )
115115 ctaText: qsTr (" Finalise ownership" )
116116 assetColor: root .communityColor
117- assetBgColor: Theme . palette .getColor (d .assetColor , 0.1 )
117+ assetBgColor: StatusColors .getColor (d .assetColor , 0.1 )
118118 assetName: d .crownAssetName
119119 actionSourceComponent: ctaLinkBtnComponent
120120 }
@@ -127,7 +127,7 @@ ActivityNotificationBase {
127127 info: qsTr (" To finalise your ownership of the %1 Community, make your device the control node" ).arg (root .communityName )
128128 ctaText: qsTr (" Ownership Declined" )
129129 assetColor: root .communityColor
130- assetBgColor: Theme . palette .getColor (d .assetColor , 0.1 )
130+ assetBgColor: StatusColors .getColor (d .assetColor , 0.1 )
131131 assetName: d .crownAssetName
132132 actionSourceComponent: ctaTextComponent
133133 }
@@ -140,7 +140,7 @@ ActivityNotificationBase {
140140 info: qsTr (" Congratulations, you are now the official owner of the %1 Community with full admin rights" ).arg (root .communityName )
141141 ctaText: qsTr (" Community admin" )
142142 assetColor: root .communityColor
143- assetBgColor: Theme . palette .getColor (d .assetColor , 0.1 )
143+ assetBgColor: StatusColors .getColor (d .assetColor , 0.1 )
144144 assetName: d .crownAssetName
145145 actionSourceComponent: ctaLinkBtnComponent
146146 }
0 commit comments