How to change the tabs component font size

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