Skip to content

Commit 09572a3

Browse files
ErioldDaniel Montoya
andauthored
fix(events): se remueve gradiente para caja eventos grandes (#648)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 7748844 commit 09572a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/organisms/Events/TypeBox/LargeBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const LargeBox: FC<ItemsEventsProps> = ({
3838
<Box
3939
width="285px"
4040
height={isMobile ? '140px' : '168px'}
41-
bgImage={`linear-gradient(to bottom, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%), url(${eventImage})`}
41+
bgImage={`url(${eventImage})`}
4242
backgroundSize="cover"
4343
borderRadius={isMobile ? '8px 8px 0px 0px' : '8px 0 0 8px'}
4444
/>

0 commit comments

Comments
 (0)