justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

text_colors.py one color not visible #601

Closed byzakyz closed 2 years ago

byzakyz commented 2 years ago

color and its text of the first color in jp.Tailwind.tw_dict['text_color'] is not visible:

A_animated

examples/tutorial/tailwind/text_colors.py

tholzheim commented 2 years ago

The first text has the color transparent so this is working. Problem here seems to be that orange and teal are not working as expected. This issue is therefore already covered in #622.