Skip to content

Commit

Permalink
fix: CI 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
solar3070 committed Oct 28, 2023
1 parent c266623 commit c9bac33
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 @@ -9,7 +9,7 @@ export function Layout({
return <Main css={moreStyle}>{children}</Main>;
}

const Main = styled.div<{ moreStyle?: CSSProperties }>`
const Main = styled.div<{ moreStyle?: SerializedStyles }>`
display: flex;
flex-direction: column;
`;

0 comments on commit c9bac33

Please sign in to comment.