Skip to content

Commit

Permalink
Update dashboard styles and add new icons for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Dec 17, 2024
1 parent 51b219d commit 8585bba
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 342 deletions.
183 changes: 99 additions & 84 deletions src/Angor/Client/Pages/Wallet.razor

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Angor/Client/Shared/NotificationComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="alert alert-success angor-alert-success fixed-bottom w-50 d-flex justify-content-between align-items-center alert-message" role="alert" data-cy="alert">
@notificationMessage
<span type="button" data-bs-dismiss="alert" aria-label="Close" @onclick="closeAlert">
<Icon IconName="close-circle" />
<Icon IconName="close-circle" Color="#fff" />
</span>
</div>
</div>
Expand Down
Loading

0 comments on commit 8585bba

Please sign in to comment.