feat(FN-3061): align remaining compact icon actions with shared sizing

Fixes FN-3061 aligning compact icon action sizing across Column, PiExtensionsManager, and ScheduleStepsEditor components for consistent UI dimensions.

Fusion-Task-Id: FN-3061
This commit is contained in:
Fusion
2026-05-01 13:00:37 -07:00
committed by gsxdsm
parent a34c819514
commit 1c0a5dfd6d
25 changed files with 182 additions and 75 deletions

View File

@@ -144,7 +144,7 @@ export function ChangesDiffModal({
title="Previous file (Ctrl+↑)"
aria-label="Previous file"
>
<ChevronLeft size={14} />
<ChevronLeft />
</button>
<span className="changes-nav-indicator" aria-live="polite">
{selectedIndex !== null
@@ -160,7 +160,7 @@ export function ChangesDiffModal({
title="Next file (Ctrl+↓)"
aria-label="Next file"
>
<ChevronRight size={14} />
<ChevronRight />
</button>
</div>
)}