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)