Small UI updates
This commit is contained in:
parent
685b1415ca
commit
5cd13e28ab
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
) : (
|
||||
|
|
|
@ -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)}
|
||||
|
|
Loading…
Reference in a new issue