feat: 新增租戶品牌客製化系統(Logo、主色系)、修正 hardcoded 顏色為 CSS 變數
This commit is contained in:
2
resources/js/Pages/Vendor/Show.tsx
vendored
2
resources/js/Pages/Vendor/Show.tsx
vendored
@@ -143,7 +143,7 @@ export default function VendorShow({ vendor, products }: ShowProps) {
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-grey-0 flex items-center gap-2">
|
||||
<Contact2 className="h-6 w-6 text-[#01ab83]" />
|
||||
<Contact2 className="h-6 w-6 text-primary-main" />
|
||||
廠商詳細資訊
|
||||
</h1>
|
||||
<p className="text-gray-500 mt-1">查看並管理供應商的詳細資料與供貨商品</p>
|
||||
|
||||
Reference in New Issue
Block a user