You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Author, I am using nextjs tailwindcss app router and react-thermal-printer latest version. here `<Row left="Left content" right="Right content" />` does not align contents left and right instead they are listed one below another. similarly instead of `<Text bold={true} align="center">Invoice</Text>`, below works
```
<Text style={{ fontWeight: 'bold', textAlign: 'center' }}> {invoiceData.header.title} </Text>
Why styles are not working, please advise.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: