Skip to content

Commit

Permalink
Add dropbox icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jun 10, 2023
1 parent 5b8c984 commit 927db73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/logos/dropbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/logos/googledrive.svg

This file was deleted.

4 changes: 3 additions & 1 deletion lib/src/accounts/views/account_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ class AccountView extends ConsumerWidget {
Row(
children: [
SvgPicture.asset(
'assets/logos/onedrive.svg',
e.provider == AuthProviderType.oneDrive
? 'assets/logos/onedrive.svg'
: 'assets/logos/dropbox.svg',
width: MediaQuery.of(context).size.width < 500
? 50
: 70,
Expand Down

0 comments on commit 927db73

Please sign in to comment.