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

@ -1,4 +1,3 @@
import 'package:flutter/material.dart';
import 'package:gap/gap.dart';
import 'package:pharmacy_mobile/widgets/page_background_widget.dart';
@ -19,7 +18,11 @@ class CustomerCartPage 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: 'My Cart'),
const Gap(16),