Hello, is there any way to style the text prop in React? I need to hide the text but not the button on smaller screens. I was already trying it with CSS using different pseudo classes but it just doesn’t reach that text. Any ideas?
<PaginationBtn
onClick={onClick}
text={translate('prevPage')}
direction="prev"
/>
