Skip to content

Commit 4b5fa6c

Browse files
committed
fix(account): update icon for empty followed countries list
- Replace Icons.public_off_outlined with Icons.location_off_outlined - Improve visual consistency with more specific location-related icon
1 parent 329fbf0 commit 4b5fa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/account/view/manage_followed_items/countries/followed_countries_list_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class FollowedCountriesListPage extends StatelessWidget {
6363

6464
if (followedCountries.isEmpty) {
6565
return InitialStateWidget(
66-
icon: Icons.public_off_outlined,
66+
icon: Icons.location_off_outlined,
6767
headline: l10n.followedCountriesEmptyHeadline,
6868
subheadline: l10n.followedCountriesEmptySubheadline,
6969
);

0 commit comments

Comments
 (0)