1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Fixed spinner svg color, closes #289. Fixed on develop

This commit is contained in:
GilbN 2021-11-10 10:21:03 +01:00
parent 24b087900b
commit f29ae3ebb1

View File

@ -393,6 +393,10 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
stroke-dashoffset: 0;
}
circle {
stroke: rgb(var(--accent-color)) !important;
}
.loading {
border-color: rgb(var(--accent-color)) transparent transparent rgb(var(--accent-color));
}