mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
Also don't use fn here.
This commit is contained in:
@@ -22,7 +22,7 @@ export function NotificationConfirmationFooter({
|
||||
const primaryButtonText = i18n.nextSecurityTaskAction;
|
||||
|
||||
return html`
|
||||
<div class=${[maxWidthMinContent(), notificationFooterStyles({ theme })]}>
|
||||
<div class=${[maxWidthMinContent, notificationFooterStyles({ theme })]}>
|
||||
${ActionButton({
|
||||
handleClick: handleButtonClick,
|
||||
buttonText: AdditionalTasksButtonContent({ buttonText: primaryButtonText, theme }),
|
||||
@@ -32,6 +32,6 @@ export function NotificationConfirmationFooter({
|
||||
`;
|
||||
}
|
||||
|
||||
const maxWidthMinContent = () => css`
|
||||
const maxWidthMinContent = css`
|
||||
max-width: min-content;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user