mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
tweak(ui): shrink review diff style toggle
This commit is contained in:
parent
e42cc85112
commit
d730d8be01
1 changed files with 1 additions and 0 deletions
|
|
@ -298,6 +298,7 @@ export const SessionReview = (props: SessionReviewProps) => {
|
|||
<RadioGroup
|
||||
options={["unified", "split"] as const}
|
||||
current={diffStyle()}
|
||||
size="small"
|
||||
value={(style) => style}
|
||||
label={(style) =>
|
||||
i18n.t(style === "unified" ? "ui.sessionReview.diffStyle.unified" : "ui.sessionReview.diffStyle.split")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue