feat: setting page and setting product page

This commit is contained in:
efrilm
2025-07-31 20:58:10 +07:00
parent 445a22a5a4
commit 805673755b
7 changed files with 538 additions and 203 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class Button extends StatelessWidget {
onPressed: disabled ? null : onPressed,
style: OutlinedButton.styleFrom(
backgroundColor: color,
side: const BorderSide(color: Colors.grey),
side: const BorderSide(color: AppColors.primary),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(borderRadius),
),