Sherlock / config / theme / SelectActionsheetScrollView.ts
SelectActionsheetScrollView.ts
Raw
import { createStyle } from '@gluestack-style/react';

export const SelectActionsheetScrollView = createStyle({
  w: '$full',
  h: 'auto',
});