partial: first codemod

This commit is contained in:
Rafael Taranto 2025-04-15 12:09:45 +01:00
parent 58f53d92a8
commit 86e3401cc8
30 changed files with 335 additions and 323 deletions

View file

@ -114,7 +114,7 @@ const Autocomplete = ({
<Box
width={18}
height={18}
borderRadius={6}
borderRadius="6px"
bgcolor={warningColors[props.warning]}
/>
)
@ -134,7 +134,7 @@ const Autocomplete = ({
)
}}
/>
)
);
}
export default Autocomplete