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

export const field = style({
  paddingRight: vars.touchableSize,
});
