mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
CL-261: update popover styles and fix stories (#13547)
* updated popover styles and fix stories * fixed alignment of icon button title and added long title story
This commit is contained in:
@@ -5,11 +5,12 @@ import { Component, EventEmitter, Input, Output, TemplateRef, ViewChild } from "
|
||||
|
||||
import { IconButtonModule } from "../icon-button/icon-button.module";
|
||||
import { SharedModule } from "../shared/shared.module";
|
||||
import { TypographyModule } from "../typography";
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
selector: "bit-popover",
|
||||
imports: [A11yModule, IconButtonModule, SharedModule],
|
||||
imports: [A11yModule, IconButtonModule, SharedModule, TypographyModule],
|
||||
templateUrl: "./popover.component.html",
|
||||
exportAs: "popoverComponent",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user