mirror of
https://github.com/bitwarden/browser
synced 2026-02-19 10:54:00 +00:00
[PM-31435] Use muted colors for Send file and text type icons (#18673)
This commit is contained in:
committed by
jaasen-livefront
parent
005c1faf0c
commit
6ac6a3ea83
@@ -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