llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
199 stars 423 forks source link

Improve Visibility of Final Score Display in SprintMath by Changing Font Color #1668

Closed SnehalSrivastava27 closed 3 weeks ago

SnehalSrivastava27 commented 3 weeks ago

In the SprintMath activity, the final score displayed after the game ends is unreadable. The score text appears to blend with the background, making it difficult to view clearly.

Steps to Reproduce:

1.Complete a SprintMath activity. 2.Wait for the final score to be displayed. Observed Behavior: The final score text does not have sufficient contrast, making it hard to read.

Suggested Solution: Changing the font color of the score display to black should improve readability and ensure it stands out against the background.

Environment: Web and MacOS

Here's the screenshot for reference

Screenshot 2024-10-29 at 12 57 38 AM
SnehalSrivastava27 commented 3 weeks ago

@llaske can you please take a look on it Also, I would like to work on this issue if you allow

SnehalSrivastava27 commented 3 weeks ago
Screenshot 2024-10-29 at 12 28 48 PM

UI after changing text color to black

llaske commented 3 weeks ago

The message color depend of the buddy's colors. For example:

image

image

So it's most of the times readable. Plus, the SprintMath activity is too basic so it's deprecated.

SnehalSrivastava27 commented 3 weeks ago

Got it Thankyou so much