Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
No Bug: Update Portfolio/NFT filter icons (#8010)
Browse files Browse the repository at this point in the history
Update Filters icons to sync with other platforms
  • Loading branch information
StephenHeaps committed Sep 1, 2023
1 parent e4842fb commit 8a835c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/BraveWallet/Crypto/FiltersDisplaySettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ struct FiltersDisplaySettingsView: View {
title: Strings.Wallet.groupByTitle,
description: Strings.Wallet.groupByDescription,
icon: .init(
braveSystemName: "leo.list.bullet-default",
braveSystemName: "leo.stack",
iconContainerSize: min(iconContainerSize, maxIconContainerSize)
),
allOptions: GroupBy.allCases,
Expand All @@ -229,7 +229,7 @@ struct FiltersDisplaySettingsView: View {
title: Strings.Wallet.sortAssetsTitle,
description: Strings.Wallet.sortAssetsDescription,
icon: .init(
braveSystemName: "leo.arrow.down",
braveSystemName: "leo.sort.desc",
iconContainerSize: min(iconContainerSize, maxIconContainerSize)
),
allOptions: SortOrder.allCases,
Expand Down

0 comments on commit 8a835c8

Please sign in to comment.