Fider Cloud or Self Hosted
Fider Cloud and Self Hosted
Describe the bug
A shade of yellow, which should be "Yellow 100", is instead defined as "Yellow Full", which doesn't exist.
To Reproduce
Steps to reproduce the behavior:
- Go to https://feedback.fider.io/_design
- Look at the yellow color scale
Expected behavior
The shade should be Yellow 100, a light yellow, not transparent.
Screenshots

Additional context
The shade is given the class of yellow-full in DesignSystem.page.tsx line 117 instead of yellow-100. Changing the class fixes the visual bug.
According to Git blame, this bug has been in the code for at least four years.
Fider Cloud or Self Hosted
Fider Cloud and Self Hosted
Describe the bug
A shade of yellow, which should be "Yellow 100", is instead defined as "Yellow Full", which doesn't exist.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The shade should be Yellow 100, a light yellow, not transparent.
Screenshots

Additional context
The shade is given the class of
yellow-fullinDesignSystem.page.tsxline 117 instead ofyellow-100. Changing the class fixes the visual bug.According to Git blame, this bug has been in the code for at least four years.