Skip to content

Commit 3d14a39

Browse files
committed
fix: update text styling in PermissionPrompt component for better readability
1 parent 6b2153a commit 3d14a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PermissionPrompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ function AskUserQuestionPrompt({ request, onRespond }: PermissionPromptProps) {
445445
{opt.label}
446446
</span>
447447
{opt.description && (
448-
<span className="block truncate text-[10px] leading-none text-muted-foreground/50">
448+
<span className="block text-[10px] leading-snug text-muted-foreground/50">
449449
{opt.description}
450450
</span>
451451
)}

0 commit comments

Comments
 (0)