fix dark theme error banner background color

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-09-11 11:18:26 +08:00
parent 96215d32b7
commit a5dcac137f
2 changed files with 8 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ class _AddressBookState extends State<AddressBook> {
child: Center(
child: Container(
height: height,
color: Color.fromARGB(255, 253, 238, 235),
color: MyTheme.color(context).errorBannerBg,
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,