Skip to content

Commit

Permalink
Use @emotion/css instead of MUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Sep 12, 2023
1 parent 84fd535 commit 5263c28
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 448 deletions.
156 changes: 25 additions & 131 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@emotion/styled": "11.11.0",
"@mui/joy": "5.0.0-beta.5",
"@reduxjs/toolkit": "1.9.5",
"@sippy-platform/valkyrie": "1.0.0-alpha.30",
"@sippy-platform/valkyrie": "file:../",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.2",
Expand Down
6 changes: 4 additions & 2 deletions docs/src/app/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,16 @@ export default function Icons() {
}}
>
<Stack gap={3} justifyContent="center" alignItems="center" sx={{ pt: 3, pb: 1 }}>
<ValkyrieIcon icon={icon.icon} sx={{ fontSize: 32 }} />
<Typography fontSize={32} lineHeight="1rem">
<ValkyrieIcon icon={icon.icon} />
</Typography>
<Link
overlay
href={`/icons/${icon.slug}`}
underline="none"
color="neutral"
sx={{
maxWidth: 'calc(100% - 32px)'
maxWidth: 'calc(100% - 16px)'
}}
>
<Typography
Expand Down
Loading

0 comments on commit 5263c28

Please sign in to comment.