1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

[PM-16102] Increase clickable area for bit-item actions (#12450)

This commit is contained in:
Victoria League
2024-12-20 14:03:50 -05:00
committed by GitHub
parent ce5ae478a8
commit 64166a9354
8 changed files with 43 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
import { NgModule } from "@angular/core";
import { BadgeDirective } from "./badge.directive";
import { BadgeComponent } from "./badge.component";
@NgModule({
imports: [BadgeDirective],
exports: [BadgeDirective],
imports: [BadgeComponent],
exports: [BadgeComponent],
})
export class BadgeModule {}