Skip to content

Commit

Permalink
refactor: 외부 배경색 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thyeone committed Mar 14, 2024
1 parent 90dab3e commit d1bdd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Props = {
};

const LayoutBox = tw.div`
flex justify-center w-screen h-full font-Pretendard overflow-x-hidden overflow-y-hidden
flex justify-center w-screen h-full font-Pretendard overflow-x-hidden overflow-y-hidden bg-slate-50
`;

const Layout = ({ children }: Props) => {
Expand Down

0 comments on commit d1bdd66

Please sign in to comment.