diff --git a/01-frontend/src/helper/NavBar.tsx b/01-frontend/src/helper/NavBar.tsx index f204eb3..41c1f87 100644 --- a/01-frontend/src/helper/NavBar.tsx +++ b/01-frontend/src/helper/NavBar.tsx @@ -45,7 +45,7 @@ const Search = styled('div')(({ theme }) => ({ })); const StyledInputBase = styled(InputBase)(({ theme }) => ({ - color: 'inherit', + color: 'white', width: '100%', '& .MuiInputBase-input': { padding: theme.spacing(1, 1, 1, 0), @@ -88,7 +88,7 @@ export default function NavBar() { - + @@ -109,7 +109,7 @@ export default function NavBar() { - +