按鈕顏色

This commit is contained in:
kuei 2024-09-26 22:06:05 +08:00
parent 087242dcea
commit 4400081d0a

View File

@ -390,6 +390,7 @@ class VerifyPage extends StatelessWidget {
}, },
child: Text('返回登入頁面'), child: Text('返回登入頁面'),
style: ElevatedButton.styleFrom( style: ElevatedButton.styleFrom(
backgroundColor: Color(0xFF4FC3F7),
padding: EdgeInsets.symmetric(horizontal: 30, vertical: 15), padding: EdgeInsets.symmetric(horizontal: 30, vertical: 15),
textStyle: TextStyle(fontSize: 18), textStyle: TextStyle(fontSize: 18),
), ),