Skip to content

Commit

Permalink
[Hotfix] 바텀 버튼 크기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
jpark0506 committed Aug 22, 2024
1 parent ea42eab commit 22d3398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/promotion/components/promotionview/bottombutton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const BottomButton = (props: Props) => {
},[])

return (
<div style={backgroundStyle} className='fixed w-full md:w-768px bottom-0 h-100px'>
<div className='flex h-full justify-end items-end px-4 pb-54px flex-end'>
<div style={backgroundStyle} className='fixed bottom-0 w-full h-100px'>
<div className='flex items-end justify-end h-full px-4 pb-54px flex-end'>
<button
onClick={onClick}
className={`w-full ${disabled ? 'bg-text-disabled' : 'bg-primary'} h-46px rounded-xl text-system-white text-plg`} disabled={disabled}>
Expand Down

0 comments on commit 22d3398

Please sign in to comment.