user-page

This commit is contained in:
2022-10-26 13:41:29 +08:00
parent afee57df73
commit 099d2b4423
10 changed files with 132 additions and 54 deletions

View File

@@ -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;
}