Skip to content

Commit

Permalink
using css vars provider (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
canoypa authored Feb 18, 2024
1 parent b174418 commit 6288870
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 253 deletions.
2 changes: 1 addition & 1 deletion src/components/generate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Output = styled(InputBase)(({ theme }) => ({
padding: "0 16px",
height: "56px",
borderRadius: "4px",
backgroundColor: theme.palette.surfaceVariant.main,
backgroundColor: theme.vars.palette.surfaceVariant.main,
fontFamily: "monospace",
}));

Expand Down
Loading

0 comments on commit 6288870

Please sign in to comment.