@salesmind-ai/design-system 0.1.12 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1972,8 +1972,9 @@
1972
1972
  .ds-dropdown-menu__content {
1973
1973
  min-width: 220px;
1974
1974
  padding: var(--space-1);
1975
- background: var(--glass-base);
1976
- backdrop-filter: var(--glass-backdrop);
1975
+ background: var(--glass-base-active);
1976
+ backdrop-filter: var(--glass-backdrop-heavy);
1977
+ -webkit-backdrop-filter: var(--glass-backdrop-heavy);
1977
1978
  border-radius: var(--radius-button);
1978
1979
  border: 1px solid var(--rim-light-bottom);
1979
1980
  box-shadow: var(--glass-shadow-elevated);