feat: 新增租戶品牌客製化系統(Logo、主色系)、修正 hardcoded 顏色為 CSS 變數
This commit is contained in:
@@ -184,7 +184,7 @@ export default function AddInventoryPage({ warehouse, products }: Props) {
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-grey-0 flex items-center gap-2">
|
||||
<Boxes className="h-6 w-6 text-[#01ab83]" />
|
||||
<Boxes className="h-6 w-6 text-primary-main" />
|
||||
新增庫存(手動入庫)
|
||||
</h1>
|
||||
<p className="text-gray-500 mt-1">
|
||||
|
||||
@@ -91,7 +91,7 @@ export default function EditInventory({ warehouse, inventory, transactions = []
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-grey-0 flex items-center gap-2">
|
||||
<Boxes className="h-6 w-6 text-[#01ab83]" />
|
||||
<Boxes className="h-6 w-6 text-primary-main" />
|
||||
編輯庫存品項
|
||||
</h1>
|
||||
<p className="text-gray-500 mt-1">
|
||||
|
||||
@@ -111,7 +111,7 @@ export default function WarehouseIndex({ warehouses, filters }: PageProps) {
|
||||
{/* 頁面標題 */}
|
||||
<div className="mb-6">
|
||||
<h1 className="text-2xl font-bold text-grey-0 flex items-center gap-2">
|
||||
<WarehouseIcon className="h-6 w-6 text-[#01ab83]" />
|
||||
<WarehouseIcon className="h-6 w-6 text-primary-main" />
|
||||
倉庫管理
|
||||
</h1>
|
||||
<p className="text-gray-500 mt-1">
|
||||
|
||||
@@ -109,7 +109,7 @@ export default function WarehouseInventoryPage({
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-grey-0 flex items-center gap-2">
|
||||
<Boxes className="h-6 w-6 text-[#01ab83]" />
|
||||
<Boxes className="h-6 w-6 text-primary-main" />
|
||||
庫存管理 - {warehouse.name}
|
||||
</h1>
|
||||
<p className="text-gray-500 mt-1">查看並管理此倉庫內的商品庫存數量與批號資訊</p>
|
||||
|
||||
@@ -37,7 +37,7 @@ export default function InventoryHistory({ warehouse, inventory, transactions }:
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-grey-0 flex items-center gap-2">
|
||||
<History className="h-6 w-6 text-[#01ab83]" />
|
||||
<History className="h-6 w-6 text-primary-main" />
|
||||
庫存異動紀錄
|
||||
</h1>
|
||||
<p className="text-gray-500 mt-1">
|
||||
|
||||
@@ -120,7 +120,7 @@ export default function SafetyStockPage({
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-grey-0 flex items-center gap-2">
|
||||
<Shield className="h-6 w-6 text-[#01ab83]" />
|
||||
<Shield className="h-6 w-6 text-primary-main" />
|
||||
安全庫存設定 - {warehouse.name}
|
||||
</h1>
|
||||
<p className="text-gray-500 mt-1">
|
||||
|
||||
Reference in New Issue
Block a user