fix: error test for input should be selectable

makes error reporting easier
pull/3083/head
yougotwill 9 months ago
parent 182f5605a5
commit 0f2f2bee6e

@ -31,6 +31,7 @@ const StyledSessionInput = styled(Flex)<{
&.error {
color: var(--danger-color);
font-weight: 700;
user-select: text;
}
}

Loading…
Cancel
Save