1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

align default globe vault icon (#12786)

This commit is contained in:
Jordan Aasen
2025-01-13 12:36:56 -08:00
committed by GitHub
parent d471fe0418
commit 8a0ebd98af

View File

@@ -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>