mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
removed tw-uppercase from dialog title (#6008)
This commit is contained in:
parent
3eab038a87
commit
2187db2153
@ -6,7 +6,7 @@
|
||||
<div
|
||||
class="tw-flex tw-items-center tw-gap-4 tw-border-0 tw-border-b tw-border-solid tw-border-secondary-300 tw-p-4"
|
||||
>
|
||||
<h1 bitDialogTitleContainer class="tw-mb-0 tw-grow tw-truncate tw-text-lg tw-uppercase">
|
||||
<h1 bitDialogTitleContainer class="tw-mb-0 tw-grow tw-truncate tw-text-lg">
|
||||
<ng-content select="[bitDialogTitle]"></ng-content>
|
||||
</h1>
|
||||
<button
|
||||
|
Loading…
Reference in New Issue
Block a user