Skip to content

Commit

Permalink
fixed icon width (#12721)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaasen-livefront authored Jan 9, 2025
1 parent 0d5e4c6 commit a3e876e
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 @@ -4,7 +4,7 @@
[src]="data.image"
[appFallbackSrc]="data.fallbackImage"
*ngIf="data.imageEnabled && data.image"
class="tw-max-h-6 tw-max-w-6 tw-rounded-md"
class="tw-h-6 tw-w-6 tw-rounded-md"
alt=""
decoding="async"
loading="lazy"
Expand Down

0 comments on commit a3e876e

Please sign in to comment.