Skip to content

Commit e9d59d8

Browse files
fix(PDYE-1298): posicion icono notificacion calendario (#733)
Co-authored-by: Javiera Munita <javiera.munita@eclass.cl>
1 parent bc69c6d commit e9d59d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/organisms/Calendar/Dropdown/CalendarDropdown/CalendarDropdownContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const CalendarDropdownContainer = ({
9292
height: '8px',
9393
width: '8px',
9494
position: 'absolute',
95-
right: '0',
95+
right: '80px',
9696
top: '0',
9797
zIndex: '1',
9898
},

0 commit comments

Comments
 (0)