Small UI updates

This commit is contained in:
0x1eef 2024-09-19 11:23:34 -03:00
parent 685b1415ca
commit 5cd13e28ab
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ export function SurahIndex({ locale, surahs, t }: Props) {
href={`/${locale.name}/${surah.urlName}/`}
>
{locale.direction === "ltr" ? (
<span className="color-secondary font-extrabold w-10 text-center">
<span className="background-secondary color-white ml-2 mr-3 font-extrabold w-10 text-center">
{formatNumber(locale, surah.id)}
</span>
) : (

View file

@ -61,7 +61,7 @@ export function Stream({
/>
<span
className={classNames({
"background-primary color-white pr-3 pl-3 rounded border-black": isRTL,
"color-primary font-extrabold": isRTL,
})}
>
{t(locale, "surah")} {formatNumber(locale, surah.id)}