child: Text.rich(
                  style: TextStyle(
                    fontSize: 18,
                    height: (20 / 18),
                    // TODO(design) check if this is the right variable
                    color: designVariables.labelMenuButton,
                  ).merge(weightVariableTextStyle(context,
                      wght: hasUnreads && !subscription.isMuted ? 600 : null)),
                  maxLines: 1,
                  overflow: TextOverflow.ellipsis,
                  channelTopicLabelSpan(
                    context: context,
                    channelId: subscription.streamId,
                    fontSize: 18,
                    color: designVariables.labelMenuButton,
                  )))