This commit is contained in:
wyf
2025-05-15 13:57:42 +08:00
parent fb5c3864a3
commit 75ddfca402
51 changed files with 2451 additions and 1233 deletions

View File

@@ -153,8 +153,9 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
AppConstants()
.button_container_radius),
border: Border.all(
color: themeController.currentColor.sc3,
width: 1.rpx,
color: themeController.currentColor.sc4
.withOpacity(0.5),
width: AppConstants().border_width,
),
),
constraints: BoxConstraints(
@@ -264,10 +265,8 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
color: themeController
.currentColor.sc3,
),
cursorColor:
FlutterFlowTheme.of(
context)
.primaryText,
cursorColor: themeController
.currentColor.sc3,
// validator: _model
// .textControllerValidator
// .asValidator(context),
@@ -295,8 +294,9 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
AppConstants()
.button_container_radius),
border: Border.all(
color: themeController.currentColor.sc3,
width: 1.rpx,
color: themeController.currentColor.sc4
.withOpacity(0.5),
width: AppConstants().border_width,
),
),
constraints: BoxConstraints(
@@ -406,10 +406,8 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
color: themeController
.currentColor.sc3,
),
cursorColor:
FlutterFlowTheme.of(
context)
.primaryText,
cursorColor: themeController
.currentColor.sc3,
// validator: _model
// .textControllerValidator
// .asValidator(context),