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

export const AvatarImage = createStyle({
  w: '$full',
  h: '$full',
  borderRadius: '$full',
  position: 'absolute',
});