fix(striker-ui): make input help message toggleable

main
Tsu-ba-me 2 years ago
parent 595322d168
commit 17ca3a0f32
  1. 2
      striker-ui/components/OutlinedInputWithLabel.tsx

@ -86,7 +86,7 @@ const OutlinedInputWithLabel: FC<OutlinedInputWithLabelProps> = ({
{helpText && (
<MUIIconButton
onClick={() => {
setIsShowHelp(true);
setIsShowHelp(!isShowHelp);
}}
sx={{
color: GREY,

Loading…
Cancel
Save