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

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