Skip to content

Commit

Permalink
feat: opacity 해결 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
darae07 authored Jul 6, 2023
1 parent 3e2df92 commit 6d6367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
return (
<html lang="en">
<body className={inter.className}>
<Provider>{children}</Provider>
<div id="portal" />
<div id="toast-portal" />
<Provider>{children}</Provider>
</body>
</html>
);
Expand Down

0 comments on commit 6d6367d

Please sign in to comment.