UI polish Phase 1: quick wins (empty-canvas state, selection badge, contrast, FA icons, preset grid, assets empty state) #6

Merged
jknapp merged 7 commits from ui-polish-phase1 into main 2026-07-13 03:22:51 +00:00
Showing only changes of commit 138e1a8273 - Show all commits
+4 -4
View File
@@ -16,8 +16,8 @@
--color-border: #2d2d3a;
--color-border-light: #3f3f46;
--color-text: #e4e4e7;
--color-text-muted: #71717a;
--color-text-dim: #52525b;
--color-text-muted: #8b8b96;
--color-text-dim: #6e6e78;
--color-accent: #3b82f6;
--color-accent-hover: #2563eb;
--color-accent-subtle: rgba(59, 130, 246, 0.12);
@@ -704,7 +704,7 @@ body {
}
.block-item-icon {
font-size: 18px;
font-size: 20px;
color: var(--color-text-muted);
transition: color var(--transition-fast);
}
@@ -714,7 +714,7 @@ body {
}
.block-item-label {
font-size: 10px;
font-size: 11px;
font-weight: 500;
color: var(--color-text-muted);
text-align: center;