Skip to content

Commit d7184d0

Browse files
fix(calendar): posicion del punto de notificacion en boton calendario (#749)
1 parent ed48424 commit d7184d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"activityBar.background": "#93e6fc",
55
"activityBar.foreground": "#15202b",
66
"activityBar.inactiveForeground": "#15202b99",
7-
"activityBarBadge.background": "#fa45d4",
8-
"activityBarBadge.foreground": "#15202b",
97
"commandCenter.border": "#15202b99",
108
"sash.hoverBorder": "#93e6fc",
119
"statusBar.background": "#61dafb",

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: '80px',
95+
left: '22px',
9696
top: '0',
9797
zIndex: '1',
9898
},

0 commit comments

Comments
 (0)