Hello!
I would like to make the letters darker (prefer not to make them all caps) so they can be seen more clearly.
How can I accomplish that?
Thanks
Hello!
I would like to make the letters darker (prefer not to make them all caps) so they can be seen more clearly.
How can I accomplish that?
Thanks
Unfortunately without CSS, this is how this component is configured. You could try adding individual Text components and styling them individually, or try the Action Row component for other text styling possibilities.
If youβre on a Business plan, you could probably add some CSS to make that text stand out more.
An alternative, albeit a long con, is to construct a JSON containing each key-value pair in the table, and then use JavaScript to construct a HTML table that you have control on.
@ThinhDinh @kyleheney Thank you for the reply! I have heard of CSS and JSON so Iβll get started there.
Thanks a million!