tweak(app): align review changes select height
This commit is contained in:
parent
bf442a50c0
commit
fa119423ec
1 changed files with 2 additions and 1 deletions
|
|
@ -469,7 +469,8 @@ export default function Page() {
|
||||||
}
|
}
|
||||||
onSelect={(option) => option && setStore("changes", option)}
|
onSelect={(option) => option && setStore("changes", option)}
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="large"
|
size="small"
|
||||||
|
valueClass="text-14-medium"
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue