misc: minor UI

This commit is contained in:
Sheen Capadngan
2025-03-05 19:32:26 +08:00
parent babbacdc96
commit 9dd5857ff5

View File

@@ -261,7 +261,7 @@ export const SecretApprovalRequestChanges = ({
<DropdownMenuContent align="end" asChild className="mt-3">
<form onSubmit={handleSubmit(handleSubmitReview)}>
<div className="flex w-[400px] flex-col space-y-2 p-5">
<div className="font-medium">Finish your review</div>
<div className="text-lg font-medium">Finish your review</div>
<Controller
control={control}
name="comment"
@@ -271,7 +271,7 @@ export const SecretApprovalRequestChanges = ({
{...field}
placeholder="Leave a comment..."
reSize="none"
className="h-48 border border-mineshaft-600 bg-bunker-800"
className="text-md mt-2 h-48 border border-mineshaft-600 bg-bunker-800"
/>
</FormControl>
)}