fix: Make space for icons in prompt box

This commit is contained in:
blessedcoolant 2023-07-06 01:48:50 +12:00
parent 9204b72383
commit e4d92da3a9

View File

@ -97,6 +97,7 @@ const ParamPositiveConditioning = () => {
resize="vertical" resize="vertical"
ref={promptRef} ref={promptRef}
minH={32} minH={32}
paddingRight={8}
/> />
</FormControl> </FormControl>
</Box> </Box>