Skip to content

Commit dcf40c4

Browse files
committed
chore: profile page formatting
1 parent 51a33e6 commit dcf40c4

File tree

2 files changed

+4
-95
lines changed

2 files changed

+4
-95
lines changed

client/lib/pages/edit_profile_page.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ class _EditProfilePageState extends State<EditProfilePage> {
8080
],
8181
),
8282
body: SafeArea(
83-
child: isDesktop ? _buildDesktopBody(context) : _buildMobileBody(context),
83+
child: isDesktop
84+
? _buildDesktopBody(context)
85+
: _buildMobileBody(context),
8486
),
8587
);
8688
}
@@ -325,9 +327,7 @@ class _EditProfilePageState extends State<EditProfilePage> {
325327
),
326328
title: Text(
327329
'Remove photo',
328-
style: TextStyle(
329-
color: Theme.of(context).colorScheme.error,
330-
),
330+
style: TextStyle(color: Theme.of(context).colorScheme.error),
331331
),
332332
onTap: () {
333333
Navigator.pop(sheetContext);

docs/plans/2026-02-12-duration-picker-design.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)