Skip to content

Commit fa11942

Browse files
committed
tweak(app): align review changes select height
1 parent bf442a5 commit fa11942

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/app/src/pages/session.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,8 @@ export default function Page() {
469469
}
470470
onSelect={(option) => option && setStore("changes", option)}
471471
variant="ghost"
472-
size="large"
472+
size="small"
473+
valueClass="text-14-medium"
473474
/>
474475
)
475476

0 commit comments

Comments
 (0)