import { css } from "@emotion/css"; // 80px is approximately enough room for 3 digits and the number input controls export const defaultInputWidth = css` max-width: 80px; `;