mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
clean up classes that aren't tailwind-compatible (#12871)
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
<i
|
||||
slot="start"
|
||||
*ngIf="send.type === sendType.Text"
|
||||
class="bwi bwi-file-text tw-text-2xl text-muted"
|
||||
class="bwi bwi-file-text tw-text-2xl tw-text-muted"
|
||||
></i>
|
||||
<i
|
||||
slot="start"
|
||||
*ngIf="send.type === sendType.File"
|
||||
class="bwi bwi-file tw-text-2xl text-muted"
|
||||
class="bwi bwi-file tw-text-2xl tw-text-muted"
|
||||
></i>
|
||||
{{ send.name }}
|
||||
<span slot="secondary">
|
||||
|
||||
Reference in New Issue
Block a user