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

@ -18,7 +18,11 @@ class CustomerSearchPage extends StatelessWidget {
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: 'Search'),
const Gap(16),