From cfc3532917472671025e46503ca9c02869b78af0 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:10:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A8=E6=80=81=E5=8F=96=E8=89=B2?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=B4=B4=E5=86=85=E9=93=BE=E6=8E=A5=E7=AD=89?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../huanchengfly/tieba/post/api/models/protos/Extensions.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/huanchengfly/tieba/post/api/models/protos/Extensions.kt b/app/src/main/java/com/huanchengfly/tieba/post/api/models/protos/Extensions.kt index 522242cf..48f98b0d 100644 --- a/app/src/main/java/com/huanchengfly/tieba/post/api/models/protos/Extensions.kt +++ b/app/src/main/java/com/huanchengfly/tieba/post/api/models/protos/Extensions.kt @@ -184,7 +184,7 @@ val List.renders: ImmutableList color = Color( ThemeUtils.getColorByAttr( App.INSTANCE, - R.attr.colorPrimary + R.attr.colorNewPrimary ) ) ) @@ -229,7 +229,7 @@ val List.renders: ImmutableList color = Color( ThemeUtils.getColorByAttr( App.INSTANCE, - R.attr.colorPrimary + R.attr.colorNewPrimary ) ) ) @@ -263,7 +263,7 @@ val List.renders: ImmutableList color = Color( ThemeUtils.getColorByAttr( App.INSTANCE, - R.attr.colorPrimary + R.attr.colorNewPrimary ) ) )