mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-15 01:35:25 +00:00
border color change to red
This commit is contained in:
@ -87,8 +87,11 @@ class CreateCommunityDialogState extends State<CreateCommunityDialog> {
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
),
|
||||
enabledBorder: OutlineInputBorder(
|
||||
borderSide: const BorderSide(
|
||||
color: ColorsManager.boxColor, width: 1),
|
||||
borderSide: BorderSide(
|
||||
color: isNameFieldExist
|
||||
? ColorsManager.red
|
||||
: ColorsManager.boxColor,
|
||||
width: 1),
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
),
|
||||
focusedBorder: OutlineInputBorder(
|
||||
|
Reference in New Issue
Block a user