Apply bold font to surah numbers (SurahIndex.tsx)

This commit is contained in:
0x1eef 2024-09-18 16:21:01 -03:00
parent f66040965d
commit 92b0f4f6c1

View file

@ -59,7 +59,7 @@ export function SurahIndex({ locale, surahs, t }: Props) {
{formatNumber(locale, surah.id)}
</span>
) : (
<span className="flex items-center justify-center color-white background-secondary w-8 h-8 p-1 ml-5 rounded">
<span className="flex items-center font-extrabold justify-center color-white background-secondary w-8 h-8 p-1 ml-5 rounded">
{formatNumber(locale, surah.id)}
</span>
)}