Need to use style ctx in custom css for changing font-size of a button
HI Team,
I have a button on which I gave custom class and using root of it, I am able to change its background color, but I am unable to change font-size of that button.
I tried to change it via many things, but its only changing when I am expanding #shadow-root (open) and changing value under <style ctx="PTC-BUTTON.danger"> [part~=label] {
font-size: 18px}
I am not able to use it in custom css as I am not aware how to use ctx in custom css.
Can anyone please guide me on it?
My current css is:
.classqa, #root_ptcsbutton-150{
background: #d91717
}

