Apply various frontend fixes (#179)

This commit is contained in:
Charles Bochet
2023-06-01 19:22:26 +02:00
committed by GitHub
parent 05c8fac6d6
commit 9ffd347655
12 changed files with 98 additions and 72 deletions

View File

@ -1,5 +1,6 @@
import styled from '@emotion/styled';
import { ChangeEvent, useRef } from 'react';
import { textInputStyle } from '../../layout/styles/themes';
type OwnProps = {
leftValue: string;
@ -22,14 +23,9 @@ const StyledContainer = styled.div`
const StyledEditInplaceInput = styled.input`
width: 45%;
border: none;
outline: none;
height: 18px;
&::placeholder {
font-weight: bold;
color: ${(props) => props.theme.text20};
}
${textInputStyle}
`;
export function DoubleTextInput({