Skip to content

Commit

Permalink
align default globe vault icon (#12786)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaasen-livefront authored Jan 13, 2025
1 parent d471fe0 commit 8a0ebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/angular/src/vault/components/icon.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
loading="lazy"
/>
<i
class="tw-text-muted bwi bwi-lg {{ data.icon }}"
class="tw-w-6 tw-text-muted bwi bwi-lg {{ data.icon }}"
*ngIf="!data.imageEnabled || !data.image"
></i>
</ng-container>
Expand Down

0 comments on commit 8a0ebd9

Please sign in to comment.