tweak(ui): use weak border and base icon color for secondary

This commit is contained in:
David Hill
2026-02-18 17:32:46 +00:00
parent 0873908030
commit 1f9be63e96
3 changed files with 9 additions and 4 deletions

View File

@@ -306,7 +306,12 @@ export const SessionReview = (props: SessionReviewProps) => {
/>
</Show>
<Show when={hasDiffs()}>
<Button size="normal" icon="chevron-grabber-vertical" onClick={handleExpandOrCollapseAll}>
<Button
size="small"
icon="chevron-grabber-vertical"
class="w-[110px] justify-start"
onClick={handleExpandOrCollapseAll}
>
<Switch>
<Match when={open().length > 0}>{i18n.t("ui.sessionReview.collapseAll")}</Match>
<Match when={true}>{i18n.t("ui.sessionReview.expandAll")}</Match>