Skip to content

Commit

Permalink
Style: 방문 목록 보더색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ssumai-kr committed Aug 1, 2024
1 parent 750d9fa commit eed7152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ViewedActivities/ViewedActivities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function ViewedActivities() {
</div>
{isOpen && (
<div
className={`w-[180px] h-[300px] rounded-lg fixed right-[32px] m:right-[14px] bottom-[138px] z-30 bg-white border-solid border-4 border-gray-800 ${faded} flex flex-col items-center px-[10px] pt-[10px] gap-[10px] overflow-y-auto overflow-x-hidden pb-[10px] custom-scrollbar dark:border-white dark:bg-gray-900`}
className={`w-[180px] h-[300px] rounded-lg fixed right-[32px] m:right-[14px] bottom-[138px] z-30 bg-white border-solid border-4 border-gray-800 ${faded} flex flex-col items-center px-[10px] pt-[10px] gap-[10px] overflow-y-auto overflow-x-hidden pb-[10px] custom-scrollbar dark:border-gray-400 dark:bg-gray-900`}
>
<div className="font-sans text-[14px] font-[600]">
최근 방문한 체험
Expand Down

0 comments on commit eed7152

Please sign in to comment.