Skip to content

Commit

Permalink
fix: 에러메시지와 color preview align 일치
Browse files Browse the repository at this point in the history
  • Loading branch information
eonseok-jeon committed Nov 28, 2024
1 parent 760c504 commit 303d098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/org/OrgAdmin/CommonSection/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ export const StDateWrapper = styled(StInputWrapper)`

export const StColorWrapper = styled.div`
position: relative;
display: flex;
align-items: flex-end;
gap: 10px;
`;

export const StColorPreview = styled.input`
position: absolute;
top: 26px;
left: 348px;
width: 48px;
height: 48px;
padding: 0;
Expand Down

0 comments on commit 303d098

Please sign in to comment.