Skip to content

Commit

Permalink
fix:구독 채널 삭제 버튼 디자인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HSCHEOL committed Jan 29, 2024
1 parent 2c4c581 commit 409beac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/pages/newtab/SummaryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,10 @@ const SummaryPage: React.FC<SummaryPageProps> = ({
position: 'absolute',
bottom: '3%',
right: '5%',
width:'18%' ,
width:'12%',
height: '5%' ,
boxShadow:'0px 0px 6px rgba(0, 0, 0, 0.1)',
borderRadius: '20px' ,
fontFamily: 'WantedSansRegular',
fontWeight: 'bold'}}>
구독취소
Expand Down

0 comments on commit 409beac

Please sign in to comment.