mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
@@ -148,10 +148,12 @@ class _DriftBackupPageState extends ConsumerState<DriftBackupPage> {
|
|||||||
children: [
|
children: [
|
||||||
Icon(Icons.warning_rounded, color: context.colorScheme.error, fill: 1),
|
Icon(Icons.warning_rounded, color: context.colorScheme.error, fill: 1),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Text(
|
Flexible(
|
||||||
context.t.backup_error_sync_failed,
|
child: Text(
|
||||||
style: context.textTheme.bodyMedium?.copyWith(color: context.colorScheme.error),
|
context.t.backup_error_sync_failed,
|
||||||
textAlign: TextAlign.center,
|
style: context.textTheme.bodyMedium?.copyWith(color: context.colorScheme.error),
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user