How to modify text inside a button?
I have been facing an issue in modifying the text in buttons.I have created a Typography mixin called ButtonText and applied to my custom Button control - BlueButtons.
I have applied BlueButton control type to my buttons. I'm able to see the required style when I save the section containing the buttons
Whereas when I run the case type I'm not getting the required style. The output is as shown below.
I have been facing an issue in modifying the text in buttons.I have created a Typography mixin called ButtonText and applied to my custom Button control - BlueButtons.
I have applied BlueButton control type to my buttons. I'm able to see the required style when I save the section containing the buttons
Whereas when I run the case type I'm not getting the required style. The output is as shown below.
The typography mixin is not getting applied. I have tried setting this style using specific styles option. That doesn't work either. I'm not sure what style is overriding here. Kindly help to solve this.