ignitegym/config/theme/AlertDialogBody.ts

6 lines
128 B
TypeScript

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