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

@ -71,7 +71,11 @@ class _AddStockPageState extends State<AddStockPage> {
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: 'Add Stock'),
const Gap(16),