feat: Enhance selection options with icons and dividers for improved UI

This commit is contained in:
2025-06-17 10:00:50 +00:00
parent a8f0e5659e
commit c1e8f8c2a6
5 changed files with 84 additions and 45 deletions

View File

@@ -51,7 +51,7 @@ export class DeesAppuiTabs extends DeesElement {
.tabs-wrapper {
position: relative;
background: ${cssManager.bdTheme('#f5f5f5', '#000000')};
height: 56px;
height: 52px;
}
.tabsContainer {