user-page
This commit is contained in:
@@ -75,7 +75,7 @@ class _QuickReplyBarState extends State<QuickReplyBar> {
|
||||
backgroundColor: MaterialStateProperty.resolveWith(
|
||||
(states) {
|
||||
if (states.contains(MaterialState.disabled)) {
|
||||
return AppColors.tTextColor999.withAlpha(128);
|
||||
return AppColors.active.withAlpha(128);
|
||||
} else {
|
||||
return AppColors.primary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user