Color of solved topics in profile stats

The number of solved topics is blue while all the others are black

1 Like

:thinking: hey who’s stats are those? :sweat_smile:

In dark mode too

1 Like

It misses the linked-stat class on the <li>.

image

The Discourse Solved plugin uses this outlet:

https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/templates/user/summary.hbs#L88-L99

And it misses that class in the plugin:

https://github.com/discourse/discourse-solved/blob/main/assets/javascripts/discourse/connectors/user-summary-stat/solved-count.hbs

3 Likes

Yes, exactly — thanks for investigating. I’ve added it here:

4 Likes