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

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