From 4a04e42427e83b019fd638c6119815eeb50ec8c7 Mon Sep 17 00:00:00 2001 From: thelukewalton Date: Wed, 23 Apr 2025 10:12:24 +0100 Subject: [PATCH] revert: Reply background color --- lib/src/components/molecules/comment.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/components/molecules/comment.dart b/lib/src/components/molecules/comment.dart index 96aa963a..ccfb3682 100644 --- a/lib/src/components/molecules/comment.dart +++ b/lib/src/components/molecules/comment.dart @@ -135,6 +135,7 @@ class ZdsComment extends StatelessWidget { icon: ZetaIcons.reply, semanticLabel: replySemanticLabel, foregroundColor: colors.primary, + backgroundColor: colors.surfacePrimarySubtle, onPressed: (_) => onReply!(), ), if (onDelete != null && deleteSemanticLabel != null)