import styled from '@emotion/styled'; import { textInputStyle } from '@/ui/themes/effects'; export const InplaceInputTextEditMode = styled.input` margin: 0; width: 100%; ${textInputStyle} `;