Apply bold font to surah numbers (SurahIndex.tsx)
This commit is contained in:
parent
f66040965d
commit
92b0f4f6c1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue