1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

make the overall views box the same color as the next and prev page buttons

This commit is contained in:
Cooper Ransom 2024-03-15 14:00:48 -04:00
parent c1c7866751
commit 36e247cf24

View file

@ -165,8 +165,10 @@ export function TopFlix() {
the current backend deployment.
</Paragraph>
<div className="mt-8 w-auto">
<div className="bg-video-scraping-card rounded-xl py-5 px-7 inline-block">
<p className="font-bold">Overall Views: {totalViews}</p>
<div className="bg-buttons-secondary rounded-xl py-5 px-7 inline-block">
<p className="font-bold bg-opacity-90 text-buttons-secondaryText">
Overall Views: {totalViews}
</p>
</div>
</div>