I6 : segment : design : how to?

Any one know how to design ion-segment ?
Would like to use many on the same page

Maybe check source code on github?

Ok no tuto demo,

ion-content{
    ion-segment-button{
        --background: var(--color-A);
        --background-checked: var(--color-A-checked);
        --color-checked: white;
        --indicator-color: transparent;       
        border:0;
        text-transform: uppercase;     
    }
}

not applied

I just helped this person, check it out, it might help you