adding react icons since it's better

This commit is contained in:
talksik
2022-05-27 22:20:21 -05:00
parent b7142f76d9
commit 429dbd58e5
3 changed files with 20 additions and 2 deletions
+2 -1
View File
@@ -95,6 +95,7 @@
"@mui/material": "^5.8.1",
"electron-squirrel-startup": "^1.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react-dom": "^18.1.0",
"react-icons": "^4.3.1"
}
}
+13 -1
View File
@@ -14,6 +14,8 @@ import {
Typography,
} from '@mui/material';
import NirvanaLogo from './NirvanaLogo';
import { grey } from '@mui/material/colors';
import { FiSearch } from 'react-icons/fi';
export default function Terminal() {
return (
@@ -45,7 +47,17 @@ export default function Terminal() {
/>
</Stack>
<Box sx={{ position: 'relative', backgroundColor: 'gray' }}></Box>
<Box
sx={{
position: 'relative',
display: 'flex',
flexDirection: 'row',
backgroundColor: grey,
padding: 1,
}}
>
<FiSearch />
</Box>
</Stack>
</Grid>
<Grid item xs={8} sx={{ backgroundColor: 'white', padding: 1 }}>
+5
View File
@@ -5407,6 +5407,11 @@ react-dom@^18.1.0:
loose-envify "^1.1.0"
scheduler "^0.22.0"
react-icons@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.3.1.tgz#2fa92aebbbc71f43d2db2ed1aed07361124e91ca"
integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==
react-is@^16.13.1, react-is@^16.7.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"