1
0
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:
Vincent Salucci
2022-04-05 12:19:13 -05:00
committed by GitHub
parent f3a4fde513
commit 5f4a8c18fe
4 changed files with 39 additions and 15 deletions

View File

@@ -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"],
];
}