Sherlock / config / theme / TabsTabTitle.ts
TabsTabTitle.ts
Raw
import { createStyle } from '@gluestack-style/react';

export const TabsTabTitle = createStyle({
  fontFamily: '$body',
});