Jaishree2310/GlassyUI-Components

BUG: Text Color and Border Color display incorrect hex value (#000000) in Glassmorphic Input customizer

Open

#593 opened on May 24, 2026

View on GitHub
 (11 comments) (0 reactions) (0 assignees)TypeScript (217 forks)auto 404
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

  1. Go to https://glassyui.vercel.app/components
  2. Open the Glassmorphic Input component
  3. Scroll to Custom Styling section
  4. Observe Text Color — swatch appears white but shows #000000
  5. 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

Contributor guide