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

export const AvatarGroup = createStyle({
  flexDirection: 'row-reverse',
  position: 'relative',
  _avatar: {
    ml: -10,
  },
});