mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix padding on Roo Code Cloud upsell (#10889)
Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
1feefb6f43
commit
73b1b38eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -1529,7 +1529,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
|
|||
icon={<Cloud className="size-5 shrink-0" />}
|
||||
onClick={() => openUpsell()}
|
||||
dismissOnClick={false}
|
||||
className="bg-none mt-6 border-border rounded-xl p-0 py-3 !text-base">
|
||||
className="bg-none mt-6 border-border rounded-xl p-3 !text-base">
|
||||
<Trans
|
||||
i18nKey="cloud:upsell.taskList"
|
||||
components={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue