ignitegym/config/theme/ActionsheetScrollView.ts

6 lines
137 B
TypeScript

import { createStyle } from '@gluestack-style/react';
export const ActionsheetScrollView = createStyle({
w: '$full',
h: 'auto',
});