bug fixed

This commit is contained in:
nutchayut
2025-01-09 23:50:38 +07:00
parent 783d240879
commit b9ec3e6104
17 changed files with 279 additions and 305 deletions

View File

@@ -176,7 +176,7 @@ class _LoginPageState extends State<LoginPage> {
color: Colors.white,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(40),
side: BorderSide(color: ColorCustom.red, width: 1)
// side: BorderSide(color: ColorCustom.red, width: 1)
),
child: Container(
padding: EdgeInsets.all(10),