Skip to content

Commit

Permalink
style: change tafsir button
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 21, 2024
1 parent f82e8c1 commit 0ae01fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/modules/detailSurah/detailSurah.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ const DetailSurahPage: React.FC = () => {
{surah.nomor}:{ayat.nomorAyat}
</p>
<button className="rounded-full bg-teal-500 p-3 duration-100 hover:bg-teal-700">
<Play />
<Play size={18} />
</button>
<AlertDialog>
<AlertDialogTrigger>
<BookOpen />
<button className="rounded-full bg-purple-500 p-3 duration-100 hover:bg-purple-700">
<BookOpen size={18} />
</button>
</AlertDialogTrigger>
<AlertDialogContent className="flex h-2/3 flex-col bg-slate-900 lg:max-w-screen-lg">
<AlertDialogHeader className="flex-shrink-0">
Expand Down

0 comments on commit 0ae01fd

Please sign in to comment.