How can I change the color of the navigator button of p-galleria on primeng?I have already tried to override the background-color property of .p-galleria .p-galleria-item-nav
with css but it didn't work.
.p-galleria .p-galleria-item-nav {
background-color: slategray !important;
}