Skip to content

Commit

Permalink
style: 헤더 배경색 흰색 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Taew00k committed Nov 28, 2024
1 parent 573ce20 commit 98d45a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/orderDetail/orderInfo/orderInfoStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export const headerComponentStyle = (theme: Theme) => css`
width: 91.1rem;
min-height: 5.2rem;
padding-left: 2.1rem;
${theme.fonts.kor.titleBold20}
background-color: ${theme.colors.white};
`;

export const contentComponentStyle = css`
Expand Down

0 comments on commit 98d45a2

Please sign in to comment.