Jaishree2310/GlassyUI-Components

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

开放

#700 创建于 2026年6月5日

 (5 条评论) (0 个反应) (1 位负责人)TypeScript (217 个派生)auto 404
good first issuelevel:beginnertype:bug

仓库指标

星标
 (114 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南