This commit is contained in:
Patrick Alvin Alcala 2025-02-27 16:14:25 +08:00
parent b1e86a1ece
commit 2931621069
11 changed files with 76 additions and 55 deletions

View file

@ -125,7 +125,10 @@ class _DeleteStockPageState extends State<DeleteStockPage> {
logoSize: 90,
),
const Gap(32),
const TextWidget(text: 'Remove Stock'),
const TextWidget(
text: 'Remove Stock',
title: true,
),
const Gap(16),
FormBorderWidget2(
color: 'red',