1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-20 09:35:22 +02:00

removed tw-uppercase from dialog title (#6008)

This commit is contained in:
Danielle Flinn 2023-08-10 14:41:45 -07:00 committed by GitHub
parent 3eab038a87
commit 2187db2153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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