更新
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user