We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbede0 commit b3085eeCopy full SHA for b3085ee
src/compounds/RequestItem/RequestItem.jsx
@@ -12,7 +12,7 @@ const RequestItem = React.forwardRef(({ createdAt, description, href, img, index
12
13
return (
14
<article
15
- className={`request-item p-3 d-flex flex-column flex-md-row justify-content-between gap-3 bg-light
+ className={`request-item p-3 d-flex flex-column flex-md-row justify-content-between gap-3 bg-light
16
${index % 2 === 0 ? ' bg-light' : ' bg-light-2'}`}
17
>
18
<div className='d-flex flex-column flex-sm-row gap-3 request-item-details'>
0 commit comments