How to change the tabs component font size

Is there a way to increase the font size displayed by the tabs component?

Hey @tsdgr! Custom CSS would be your best bet here :slight_smile:

Here's the code I used:

#retool-widget-tabs1 > div > div._hPGyJ > div._qiZr9._retool-tabs1 > div > div > span > div > div div {
  font-size: 20px;
}


Screen Recording 2023-03-22 at 11.34.49 AM.mov

Update! :tada: We've now added default global text size in Themes :slight_smile: Thank you for your feedback here + I hope it helps with your use case.