8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const AvatarImage = createStyle({
|
|
w: '$full',
|
|
h: '$full',
|
|
borderRadius: '$full',
|
|
position: 'absolute',
|
|
});
|