Fix MiniEventCard drop down icon styling
This commit is contained in:
parent
dc0cc390c1
commit
426c81360e
|
@ -42,3 +42,7 @@
|
|||
.miniEventCard > summary {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.dropDownIcon {
|
||||
fill: var(--blue-2);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue