mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(mobile): small visual fix and update (#17547)
* chore(mobile): small visual fix and update * update * update * remove design placeholder
This commit is contained in:
parent
1f18fe31f0
commit
ab2a7006f9
11 changed files with 168 additions and 39 deletions
|
|
@ -303,7 +303,7 @@ class LoginForm extends HookConsumerWidget {
|
|||
),
|
||||
onPressed: () => context.pushRoute(const SettingsRoute()),
|
||||
icon: const Icon(Icons.settings_rounded),
|
||||
label: const SizedBox.shrink(),
|
||||
label: const Text(""),
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue