Skip to content

Commit 73b1b38

Browse files
Fix padding on Roo Code Cloud upsell (#10889)
Co-authored-by: Roo Code <roomote@roocode.com>
1 parent 1feefb6 commit 73b1b38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
15291529
icon={<Cloud className="size-5 shrink-0" />}
15301530
onClick={() => openUpsell()}
15311531
dismissOnClick={false}
1532-
className="bg-none mt-6 border-border rounded-xl p-0 py-3 !text-base">
1532+
className="bg-none mt-6 border-border rounded-xl p-3 !text-base">
15331533
<Trans
15341534
i18nKey="cloud:upsell.taskList"
15351535
components={{

0 commit comments

Comments
 (0)