mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix(mobile): enable backup text overflows (#24227)
This commit is contained in:
@@ -143,11 +143,13 @@ class BackupToggleButtonState extends ConsumerState<BackupToggleButton> with Sin
|
|||||||
Row(
|
Row(
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Flexible(
|
||||||
"enable_backup".t(context: context),
|
child: Text(
|
||||||
style: context.textTheme.titleMedium?.copyWith(
|
"enable_backup".t(context: context),
|
||||||
fontWeight: FontWeight.w600,
|
style: context.textTheme.titleMedium?.copyWith(
|
||||||
color: context.primaryColor,
|
fontWeight: FontWeight.w600,
|
||||||
|
color: context.primaryColor,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user