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:
parent
c1c7866751
commit
36e247cf24
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue