Fix MiniEventCard drop down icon styling

This commit is contained in:
Linna Luo 2021-06-10 01:39:37 +00:00 committed by Adi Thakral
parent dc0cc390c1
commit 426c81360e
2 changed files with 5 additions and 5 deletions

View File

@ -42,3 +42,7 @@
.miniEventCard > summary {
list-style: none;
}
.dropDownIcon {
fill: var(--blue-2);
}

View File

@ -17,13 +17,9 @@ const dropDownIcon = (
width="14"
height="9"
viewBox="0 0 14 9"
fill="none"
className={styles.dropDownIcon}
>
<path
d="M6.24407 8.12713C6.64284 8.58759 7.35716 8.58759 7.75593 8.12713L13.3613 1.65465C13.9221 1.00701 13.4621 0 12.6053 0H1.39467C0.537918 0 0.0778675 1.00701 0.638743 1.65465L6.24407 8.12713Z"
fill="#1482E3"
/>
<path d="M6.24407 8.12713C6.64284 8.58759 7.35716 8.58759 7.75593 8.12713L13.3613 1.65465C13.9221 1.00701 13.4621 0 12.6053 0H1.39467C0.537918 0 0.0778675 1.00701 0.638743 1.65465L6.24407 8.12713Z" />
</svg>
);