Hi @brolly
Here's a custom CSS style snippet that you can use and modify with your preferred colors
.btn-primary {
--t4-btn-active-bg: #yourcolor;
--t4-btn-active-border-color: #yourcolor;
}
Just replace the #yourcolor placeholders with the hex codes or color names you want.
Regards,