Backup before removing hiddify references
This commit is contained in:
@@ -39,7 +39,7 @@ class QrCodeDialog extends StatelessWidget {
|
||||
SizedBox(
|
||||
width: width,
|
||||
child: Material(
|
||||
color: theme.colorScheme.background,
|
||||
color: theme.colorScheme.surface,
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
@@ -47,7 +47,7 @@ class QrCodeDialog extends StatelessWidget {
|
||||
child: Text(
|
||||
message!,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(color: theme.colorScheme.onBackground),
|
||||
style: TextStyle(color: theme.colorScheme.onSurface),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user