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

export const BadgeText = createStyle({
  textTransform: 'uppercase',
});