fix: UI improvements with design tokens - theme switching, full width settings, visible buttons, and delete icons

This commit is contained in:
Shantur Rathore
2025-10-28 21:53:42 +00:00
parent b7b626ba4c
commit e84cab5527
3 changed files with 59 additions and 21 deletions

View File

@@ -1363,7 +1363,7 @@
}
.panel-section-content {
@apply px-4 py-3 border-t overflow-visible space-y-4;
@apply px-4 py-3 border-t overflow-visible space-y-4 w-full;
border-color: var(--border-base);
background-color: var(--surface-secondary);
}