I tried using some parameters like "backgroundColor", "width", "padding"... and none of them worked. Only the parameters below worked. But I wish it was possible to add a background color.
My code:
noData: {
text: 'Sample Text',
align: 'center',
verticalAlign: 'middle',
offsetX: 0,
offsetY: 0,
style: {
color: variables.neutral5,
fontSize: '14px',
lineHeight: '21px',
fontFamily: 'poppins',
},
},
The approximate result I'm looking for is similar to the image below: