Icon Color Fix

This commit is contained in:
Ozan Tellioglu 2023-03-10 12:01:28 +01:00
parent 3e4c239243
commit e62d8049f3

View file

@ -8,6 +8,10 @@
border-radius: 10px;
}
.OZCAL_ICON {
fill: var(--icon-color) !important;
}
.oz-calendar-plugin-view .react-calendar button:enabled:hover {
cursor: pointer;
}