Jaishree2310/GlassyUI-Components
View on GitHubBUG: Text Color and Border Color display incorrect hex value (#000000) in Glassmorphic Input customizer
Open
#593 opened on May 24, 2026
good first issuegssoc'26gssoc:approvedlevel:beginnertype:bug
Repository metrics
- Stars
- (114 stars)
- PR merge metrics
- (PR metrics pending)
Description
Preliminary Check
- I have searched the existing issues
- This issue is reproducible
Bug Summary
In the Custom Styling section of the Glassmorphic Input component,
the Text Color and Border Color fields show a white color swatch
but display #000000 as the hex value label beneath it. The
displayed code does not match the actual selected color.
Steps to Reproduce
- Go to https://glassyui.vercel.app/components
- Open the Glassmorphic Input component
- Scroll to Custom Styling section
- Observe Text Color — swatch appears white but shows
#000000 - Observe Border Color — same mismatch
Expected Behavior
The hex value label should always reflect the actual color shown in the swatch box accurately.
Screenshots/Logs
Additional Information
- I agree to follow this project's Code of Conduct
- I'm a GSSOC'24 contributor
- I want to work on this issue
- I can provide more details if needed