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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user