Skip to content

Commit

Permalink
fix(song): duration colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed May 28, 2024
1 parent 59e1149 commit e3b2760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/components/song/song.templ
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ templ Song(s entities.Song, additionalData []string, additionalOptions []templ.C
"bg-repeat", "bg-cover", "bg-center", songThumb(fmt.Sprintf("url(\"%s\")", s.ThumbnailUrl)),
}
></div>
<div class={ "absolute", "right-0", "bottom-0", "text-secondary", "text-sm", "md:text-md", "font-light", "m-2", "p-[6px]", "bg-accent-trans-30", "rounded-sm" }>
<div class={ "absolute", "right-0", "bottom-0", "text-white", "text-sm", "md:text-md", "font-light", "m-2", "p-[6px]", "bg-[#000000ab]", "rounded-sm" }>
<p class={ "leading-3", "font-Ubuntu" }>
{ s.Duration }
</p>
Expand Down

0 comments on commit e3b2760

Please sign in to comment.