Actually, we can using this workaround:
Replacing the “See All” class to button’s class and the order of the component:
<pre><span><style>
div[id*='screenScrollView'] > div > :nth-of-type(4) button {
background-color: red;
color: yellow;
}
Actually, we can using this workaround:
Replacing the “See All” class to button’s class and the order of the component:
<pre><span><style>
div[id*='screenScrollView'] > div > :nth-of-type(4) button {
background-color: red;
color: yellow;
}