This commit is contained in:
Patrick Alvin Alcala 2025-02-19 16:03:45 +08:00
parent 8d4eb1f728
commit 3efdee4fe6
26 changed files with 184 additions and 134 deletions

View file

@ -120,7 +120,11 @@ class _DeleteStockPageState extends State<DeleteStockPage> {
child: Center(
child: Column(children: [
const Gap(96),
const TitleWidget(firstTextSize: 20, secondTextSize: 32),
const TitleWidget(
firstTextSize: 14,
secondTextSize: 24,
logoSize: 90,
),
const Gap(32),
const TextWidget(text: 'Remove Stock'),
const Gap(16),