fix: 动态取色主题贴内链接等颜色
This commit is contained in:
parent
8ec45b90db
commit
cfc3532917
|
|
@ -184,7 +184,7 @@ val List<PbContent>.renders: ImmutableList<PbContentRender>
|
|||
color = Color(
|
||||
ThemeUtils.getColorByAttr(
|
||||
App.INSTANCE,
|
||||
R.attr.colorPrimary
|
||||
R.attr.colorNewPrimary
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
@ -229,7 +229,7 @@ val List<PbContent>.renders: ImmutableList<PbContentRender>
|
|||
color = Color(
|
||||
ThemeUtils.getColorByAttr(
|
||||
App.INSTANCE,
|
||||
R.attr.colorPrimary
|
||||
R.attr.colorNewPrimary
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
@ -263,7 +263,7 @@ val List<PbContent>.renders: ImmutableList<PbContentRender>
|
|||
color = Color(
|
||||
ThemeUtils.getColorByAttr(
|
||||
App.INSTANCE,
|
||||
R.attr.colorPrimary
|
||||
R.attr.colorNewPrimary
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue