style(colors): replace hard-coded whites with semantic tokens
This commit is contained in:
@@ -46,7 +46,7 @@ export default async function ShopPage({ params }: PageProps) {
|
||||
<div className="w-full h-full bg-gradient-to-r from-primary/20 to-primary/10" />
|
||||
)}
|
||||
<div className="absolute inset-0 bg-black/40 flex items-center justify-center">
|
||||
<h1 className="text-3xl md:text-5xl font-bold text-white text-center px-4">
|
||||
<h1 className="text-3xl md:text-5xl font-bold text-primary-foreground text-center px-4">
|
||||
{shop.name}
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user