1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00
This commit is contained in:
Arik Chakma
2025-06-27 02:32:15 +06:00
parent 0b94464fa1
commit dc240fa5d3
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ export function ChapterRow(props: ChapterRowProps) {
</div>
{isExpandable && (
<div className="shrink-0 rounded-full bg-zinc-800/80 p-2 text-zinc-400 group-hover:bg-zinc-800 group-hover:text-yellow-500">
<div className="shrink-0 rounded-full bg-zinc-800/80 p-2 text-zinc-400 group-hover:bg-zinc-800 group-hover:text-zinc-500">
<ChevronDown
className={cn(
'h-4 w-4 transition-transform',

View File

@@ -6,7 +6,7 @@ import { Rating } from '../Rating/Rating';
export function PurchaseBanner() {
return (
<div className="mt-20 flex w-full items-center justify-between rounded-2xl bg-yellow-950 p-5 shadow-lg ring-1 ring-yellow-500/40">
<div className="sticky top-4 z-50 mt-20 flex w-full items-center justify-between rounded-2xl bg-yellow-950 p-5 shadow-lg ring-1 ring-yellow-500/40">
<div className="flex flex-col gap-2">
<span className="inline-flex items-center gap-1.5 text-yellow-500">
<CheckIcon className="size-5 stroke-[2.5]" />