Skip to content

Commit

Permalink
fix: profile image not round
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Sep 25, 2023
1 parent f1fdb9a commit f338078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/routes/nostr/nostr_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ class NostrDrawer extends ConsumerWidget {
child: GestureDetector(
onTap: () => navigateToProfile(context),
child: Container(
width: 50,
height: 50,
decoration: const BoxDecoration(
color: Palette.primary,
shape: BoxShape.circle,
Expand Down
1 change: 1 addition & 0 deletions lib/routes/nostr/nostr_page/nostr_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ class _NostrPageState extends ConsumerState<NostrPage>
pinned: false,
elevation: 1.0,
backgroundColor: Palette.background,
leadingWidth: 52,
leading: InkWell(
onTap: () =>
widget.parentScaffoldKey.currentState!.openDrawer(),
Expand Down

0 comments on commit f338078

Please sign in to comment.