change primary color + logo
This commit is contained in:
+10
-10
@@ -91,10 +91,10 @@ const BlogDetail: NextPage = () => {
|
||||
<div className="mt-8 pt-6 border-t border-gray-200">
|
||||
<div className="flex items-center gap-2 flex-wrap">
|
||||
<span className="text-gray-600 font-medium">برچسبها:</span>
|
||||
<span className="bg-blue-100 text-blue-600 px-3 py-1 rounded-full text-sm">سامسونگ</span>
|
||||
<span className="bg-blue-100 text-blue-600 px-3 py-1 rounded-full text-sm">گلکسی بوک</span>
|
||||
<span className="bg-blue-100 text-blue-600 px-3 py-1 rounded-full text-sm">لپتاپ</span>
|
||||
<span className="bg-blue-100 text-blue-600 px-3 py-1 rounded-full text-sm">OLED</span>
|
||||
<span className="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm">سامسونگ</span>
|
||||
<span className="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm">گلکسی بوک</span>
|
||||
<span className="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm">لپتاپ</span>
|
||||
<span className="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm">OLED</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -103,7 +103,7 @@ const BlogDetail: NextPage = () => {
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center gap-4">
|
||||
<span className="text-gray-600 font-medium">اشتراکگذاری:</span>
|
||||
<button className="flex items-center gap-2 bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
|
||||
<button className="flex items-center gap-2 bg-primary text-white px-4 py-2 rounded-lg hover:bg-primary/90 transition-colors">
|
||||
<span>تلگرام</span>
|
||||
</button>
|
||||
<button className="flex items-center gap-2 bg-green-600 text-white px-4 py-2 rounded-lg hover:bg-green-700 transition-colors">
|
||||
@@ -128,9 +128,9 @@ const BlogDetail: NextPage = () => {
|
||||
}
|
||||
|
||||
export default function BlogDetailWithLayout() {
|
||||
return (
|
||||
<Layout>
|
||||
<BlogDetail />
|
||||
</Layout>
|
||||
)
|
||||
return (
|
||||
<Layout>
|
||||
<BlogDetail />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user