ignitegym/config/theme/Actionsheet.ts

9 lines
179 B
TypeScript

import { createStyle } from '@gluestack-style/react';
export const Actionsheet = createStyle({
width: '$full',
height: '$full',
_web: {
pointerEvents: 'none',
},
});