1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00

[PM-31435] Use muted colors for Send file and text type icons (#18673)

This commit is contained in:
Mike Amirault
2026-02-05 14:51:36 -05:00
committed by GitHub
parent 87bc57b3e2
commit 314c842b96

View File

@@ -15,10 +15,10 @@
<div class="tw-flex tw-gap-2 tw-items-center">
<span aria-hidden="true">
@if (s.type == sendType.File) {
<i class="bwi bwi-fw bwi-lg bwi-file"></i>
<i class="bwi bwi-fw bwi-lg bwi-file tw-text-muted"></i>
}
@if (s.type == sendType.Text) {
<i class="bwi bwi-fw bwi-lg bwi-file-text"></i>
<i class="bwi bwi-fw bwi-lg bwi-file-text tw-text-muted"></i>
}
</span>
<button type="button" bitLink>