changed border color and tender tablet sizes
This commit is contained in:
@@ -68,7 +68,9 @@ class LoginTextField extends StatelessWidget {
|
||||
width: 24.0.w(),
|
||||
height: 24.0.h(),
|
||||
colorFilter: ColorFilter.mode(
|
||||
focusNode.hasFocus ? AppColors.grey80 : AppColors.grey60,
|
||||
focusNode.hasFocus
|
||||
? AppColors.grey80
|
||||
: AppColors.grey60,
|
||||
BlendMode.srcIn,
|
||||
),
|
||||
),
|
||||
@@ -76,6 +78,11 @@ class LoginTextField extends StatelessWidget {
|
||||
: null,
|
||||
border: OutlineInputBorder(
|
||||
borderRadius: BorderRadius.circular(borderRedus ?? 12.0.w()),
|
||||
borderSide: BorderSide(color: AppColors.grey40),
|
||||
),
|
||||
enabledBorder: OutlineInputBorder(
|
||||
borderRadius: BorderRadius.circular(borderRedus ?? 12.0.w()),
|
||||
borderSide: BorderSide(color: AppColors.grey40),
|
||||
),
|
||||
focusedBorder: OutlineInputBorder(
|
||||
borderSide: BorderSide(color: AppColors.borderBlue),
|
||||
|
||||
Reference in New Issue
Block a user