feat: add frosted glass feature option
- Add 'Frosted Glass' to design features list in design-scheme.ts - Implement visual styling for frosted glass feature in ColorSchemeDialog - Adjust sidebar button margin in Workbench for better spacing
This commit is contained in:
@@ -81,6 +81,7 @@ export const designFeatures = [
|
||||
{ key: 'border', label: 'Subtle Border' },
|
||||
{ key: 'gradient', label: 'Gradient Accent' },
|
||||
{ key: 'shadow', label: 'Soft Shadow' },
|
||||
{ key: 'frosted-glass', label: 'Frosted Glass' },
|
||||
];
|
||||
|
||||
export const designFonts = [
|
||||
|
||||
Reference in New Issue
Block a user