Prerequisites
What problem is your feature request going to solve? Please describe.
The new icon library system in 2.6 is awesome, however the icon viewer in the edit panel is hard to read in some occasions (the grey colour doesn't contrast well enough against the checkerboard background).

Describe the solution you'd like
A quick adjustment to the CSS of the edit panel, to make the icons higher contrast. This will improve accessibility.

.elementor-control-type-icons .elementor-control-media__preview i {
font-size: 70px;
color: #000000;
}
Prerequisites
What problem is your feature request going to solve? Please describe.
The new icon library system in 2.6 is awesome, however the icon viewer in the edit panel is hard to read in some occasions (the grey colour doesn't contrast well enough against the checkerboard background).
Describe the solution you'd like
A quick adjustment to the CSS of the edit panel, to make the icons higher contrast. This will improve accessibility.