Skip to content

Commit

Permalink
Merge pull request #22 from Pkcarreno/wip/4
Browse files Browse the repository at this point in the history
Wip/4
  • Loading branch information
Pkcarreno authored Jul 16, 2024
2 parents f70a31a + 877fcc2 commit 78266b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: 'weekly'
commit-message:
prefix: 'pnpm'
prefix: 'build(deps)'
groups:
all:
patterns:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ And then open [http://localhost:4000](http://localhost:4000) to view it in the b

## Thanks to

[Vite Template React](https://github.com/SafdarJamal/vite-template-react): Template used in this project.
[quickjs-emscripten](https://github.com/justjake/quickjs-emscripten) and [quickjs-emscripten-sync](https://github.com/reearth/quickjs-emscripten-sync): Quickjs wrapper, the engine of this app.
[codi.link](http://codi.link): Web editor, made in community. Great inspiration.
[borrowed.nvim](https://github.com/MyyPo/borrowed.nvim): Neovim color scheme, take the naming convention to create a color scheme under the JSOD color palette.
- [Vite Template React](https://github.com/SafdarJamal/vite-template-react): Template used in this project.
- [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten) and [quickjs-emscripten-sync](https://github.com/reearth/quickjs-emscripten-sync): Quickjs wrapper, the engine of this app.
- [codi.link](http://codi.link): Web editor, made in community. Great inspiration.
- [borrowed.nvim](https://github.com/MyyPo/borrowed.nvim): Neovim color scheme, take the naming convention to create a color scheme under the JSOD color palette.

## License

Expand Down
4 changes: 2 additions & 2 deletions src/components/ui/sonner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const Toaster = ({ ...props }: ToasterProps) => {
'group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg',
description: 'group-[.toast]:text-muted-foreground',
actionButton:
'group-[.toast]:bg-primary group-[.toast]:text-primary-foreground',
'group-[.toast]:!bg-primary group-[.toast]:!text-primary-foreground',
cancelButton:
'group-[.toast]:bg-muted group-[.toast]:text-muted-foreground',
'group-[.toast]:!bg-muted group-[.toast]:!text-muted-foreground',
},
}}
{...props}
Expand Down

0 comments on commit 78266b6

Please sign in to comment.