fix: 动态取色主题贴内链接等颜色

This commit is contained in:
HuanCheng65 2023-10-06 01:10:51 +08:00
parent 8ec45b90db
commit cfc3532917
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ val List<PbContent>.renders: ImmutableList<PbContentRender>
color = Color( color = Color(
ThemeUtils.getColorByAttr( ThemeUtils.getColorByAttr(
App.INSTANCE, App.INSTANCE,
R.attr.colorPrimary R.attr.colorNewPrimary
) )
) )
) )
@ -229,7 +229,7 @@ val List<PbContent>.renders: ImmutableList<PbContentRender>
color = Color( color = Color(
ThemeUtils.getColorByAttr( ThemeUtils.getColorByAttr(
App.INSTANCE, App.INSTANCE,
R.attr.colorPrimary R.attr.colorNewPrimary
) )
) )
) )
@ -263,7 +263,7 @@ val List<PbContent>.renders: ImmutableList<PbContentRender>
color = Color( color = Color(
ThemeUtils.getColorByAttr( ThemeUtils.getColorByAttr(
App.INSTANCE, App.INSTANCE,
R.attr.colorPrimary R.attr.colorNewPrimary
) )
) )
) )