fix(inventory): 修復調撥單明細庫存顯示與統一過帳按鈕樣式

This commit is contained in:
2026-02-02 09:34:24 +08:00
parent 71458dd976
commit 5e897e4197
3 changed files with 12 additions and 4 deletions

View File

@@ -251,7 +251,7 @@ export default function Show({ order }: any) {
</AlertDialogHeader>
<AlertDialogFooter>
<AlertDialogCancel></AlertDialogCancel>
<AlertDialogAction onClick={handleDelete} className="bg-red-600 hover:bg-red-700"></AlertDialogAction>
<AlertDialogAction onClick={handleDelete} className="button-filled-error"></AlertDialogAction>
</AlertDialogFooter>
</AlertDialogContent>
</AlertDialog>
@@ -287,7 +287,7 @@ export default function Show({ order }: any) {
</AlertDialogHeader>
<AlertDialogFooter>
<AlertDialogCancel></AlertDialogCancel>
<AlertDialogAction onClick={handlePost} className="bg-primary-600 hover:bg-primary-700"></AlertDialogAction>
<AlertDialogAction onClick={handlePost} className="button-filled-primary"></AlertDialogAction>
</AlertDialogFooter>
</AlertDialogContent>
</AlertDialog>