Skip to content

Commit a8f87d2

Browse files
authored
web: Leftover white bg (#8719)
Leftover white bg
1 parent f360c4e commit a8f87d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web-roo-code/src/app/cloud/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default function CloudPage() {
152152
</div>
153153
</div>
154154
<div className="flex items-center justify-end mx-auto h-full mt-8 lg:mt-0">
155-
<div className="md:w-[900px] md:h-[700px] dark:bg-white relative rounded-md overflow-clip">
155+
<div className="md:w-[900px] md:h-[700px] relative rounded-md overflow-clip">
156156
<div className="block">
157157
<Image
158158
src={screenshotDark}

0 commit comments

Comments
 (0)