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

export const BadgeIcon = createStyle({
  props: {
    size: 'md',
  },
});