1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

[PM-258] Add text-muted to custom avatar picker (#12979)

* Add text-muted to custom avatar picker

* Prepend text-muted class with tw
This commit is contained in:
MarsCandyBars
2025-01-24 09:25:00 -06:00
committed by GitHub
parent b23a41ac86
commit eb64a0f1d5

View File

@@ -33,7 +33,7 @@
> >
<i <i
[style.color]="customTextColor$ | async" [style.color]="customTextColor$ | async"
class="bwi bwi-pencil tw-m-auto tw-text-3xl" class="bwi bwi-pencil !tw-text-muted tw-m-auto tw-text-3xl"
></i> ></i>
<input <input
tabindex="-1" tabindex="-1"