import { style } from '@vanilla-extract/css';

export const toast = style({
  pointerEvents: 'all',
});
