Skip to content

Commit

Permalink
fix: PlainButton 내 불필요한 flex 설정 삭제 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAminha committed May 17, 2024
1 parent 5e6d15e commit e820265
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/common/Button/PlainButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ const getVariantStyle = ($variant: PlainButtonVariant) => {
};

const StyledButton = styled.button<StyledButtonProps>`
display: flex;
justify-content: center;
align-items: center;
${({ theme }) => theme.font.desktop.label1m};
width: ${({ $width }) => ($width ? $width : '100%')};
Expand Down

0 comments on commit e820265

Please sign in to comment.