1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00

used correct 'tw' variants for 'px'

This commit is contained in:
Leslie Xiong
2026-01-27 10:04:48 -05:00
parent 70e3085b7c
commit 4cbb2077e3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<div
class="tw-flex tw-items-center tw-bg-bg-secondary tw-border-0 tw-border-t tw-border-solid tw-border-border-base tw-py-[20px] tw-pl-[24px] tw-pr-[12px]"
class="tw-flex tw-items-center tw-bg-bg-secondary tw-border-0 tw-border-t tw-border-solid tw-border-border-base tw-py-5 tw-pl-6 tw-pr-3"
>
@if (!cipher.decryptionFailure) {
<button

View File

@@ -11,7 +11,7 @@
/>
</app-header>
</div>
<div class="tw-mb-[16px]">
<div class="tw-mb-4">
<bit-search
[ngModel]="searchText"
(ngModelChange)="onSearchTextChanged($event)"