FIX: Apply biome "usafe" changes

This commit is contained in:
Nicolás Hatcher
2024-12-12 05:29:19 +01:00
committed by Nicolás Hatcher Andrés
parent 7b30736792
commit 8669962904

View File

@@ -127,8 +127,8 @@ const StyledTextField = styled(TextField)`
padding: 10px; padding: 10px;
border: 1px solid ${theme.palette.grey["300"]}; border: 1px solid ${theme.palette.grey["300"]};
border-radius: 4px; border-radius: 4px;
color: ${theme.palette.common["black"]}; color: ${theme.palette.common.black};
background-color: ${theme.palette.common["white"]}; background-color: ${theme.palette.common.white};
} }
&:hover .MuiInputBase-input { &:hover .MuiInputBase-input {
border: 1px solid ${theme.palette.grey["500"]}; border: 1px solid ${theme.palette.grey["500"]};