button[aria-current='true'] {
    background-color:var(--primary-color) !important;
}

button[aria-current='false'] {
    background-color:rgb(31 41 55 / 0.5)!important;
}
