6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const AlertDialogBody = createStyle({
|
|
px: '$4',
|
|
py: '$2',
|
|
});
|