Skip to content

Commit a119026

Browse files
committed
Update RollupProductDevDoc.tsx
1 parent 50245d2 commit a119026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/RollupProductDevDoc.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const RollupProductDevDoc = ({ rollupType }: RollupProductDevDocProps) => {
1515
{rollups[rollupType].map(
1616
({ name, noteKey, website, developerDocs, l2beat }, idx) => {
1717
return (
18-
<div key={idx} className="bg-rollupDevDocList my-4">
18+
<div key={idx} className="my-4 bg-background-highlight">
1919
<div className="p-4 pb-0">
2020
<div>
2121
<h4 className="my-4 text-md font-medium leading-relaxed md:text-xl">
@@ -26,7 +26,7 @@ const RollupProductDevDoc = ({ rollupType }: RollupProductDevDocProps) => {
2626
* <Translation id={`page-layer-2:${noteKey}`} />
2727
</p>
2828
)}
29-
<ul className="list-disc pl-5">
29+
<ul className="list-disc">
3030
<li>
3131
<InlineLink href={website}>
3232
<Translation id="rollup-component-website" />

0 commit comments

Comments
 (0)