mirror of
https://github.com/bitwarden/jslib
synced 2025-12-26 13:13:29 +00:00
[bug] CL - fix default button display and callout header class (#756)
This commit is contained in:
@@ -74,7 +74,7 @@ export class ButtonComponent implements OnInit, OnChanges {
|
||||
"focus:tw-ring",
|
||||
"focus:tw-ring-offset-2",
|
||||
"focus:tw-ring-primary-700",
|
||||
this.block ? "tw-w-full tw-block" : "",
|
||||
this.block ? "tw-w-full tw-block" : "tw-inline-block",
|
||||
buttonStyles[this.buttonType ?? "secondary"],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user