feat: board inplace input in form of tab
This commit is contained in:
@ -33,8 +33,8 @@ const Board: FC<Props> = ({ board }) => {
|
||||
onComplete={value => onUpdateBoard(board.id, { name: value })}
|
||||
inputStyles={{
|
||||
input: {
|
||||
height: 25,
|
||||
minHeight: 25,
|
||||
height: 24,
|
||||
minHeight: 24,
|
||||
},
|
||||
}}
|
||||
getChildren={startEditing => (
|
||||
|
||||
Reference in New Issue
Block a user