Jaishree2310/GlassyUI-Components

[BUG] DropdownMenu options list uses solid background instead of glassmorphism

Ouverte

#700 ouverte le 5 juin 2026

 (5 commentaires) (0 réaction) (1 personne assignée)TypeScript (217 forks)auto 404
good first issuelevel:beginnertype:bug

Métriques du dépôt

Stars
 (114 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Description

The DropdownMenu component options list (ul element) is styled with bg-gray-800 (solid, opaque gray background) rather than glassmorphism, which breaks visual design consistency in a glassmorphic component library.

Steps to Reproduce

  1. Go to the Dropdown Menu component details page.
  2. Click the dropdown select button to open the menu options.
  3. Notice the solid gray box layout.

Suggested Fix

Update the styling class on the ul element to use translucent backdrop blur classes.

Guide contributeur