Skip to content

Commit

Permalink
앨범 페이지 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcgrdn committed Jan 12, 2025
1 parent 3f8aca6 commit f807b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/albums/AlbumInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function AlbumInfo({ album, artist }: AlbumInfoProps) {
quality={30}
className="object-cover opacity-75 blur-md scale-110"
/>
<div className="absolute inset-0 bg-gradient-to-b from-transparent via-black/50 to-black/75" />
<div className="absolute inset-0 bg-gradient-to-b from-transparent via-white/50 to-white/75 dark:via-black/50 dark:to-black/75" />
</div>

{/* 앨범 정보 */}
Expand Down

0 comments on commit f807b79

Please sign in to comment.