1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

Merge branch 'main' into 202505-notifications-refactor

This commit is contained in:
Miles Blackwood
2025-05-08 11:05:30 -04:00
parent ee60c19087
commit 6ca24399ae
2 changed files with 1 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ export function NotificationFooter({
}
return html`
<div class=${[displayFlex, notificationFooterStyles({ theme })]}>
<div class=${[displayFlex(), notificationFooterStyles({ theme })]}>
${!isChangeNotification
? NotificationButtonRow({
collections,

View File

@@ -32,8 +32,6 @@ type NotificationBarIframeInitData = {
removeIndividualVault?: boolean;
theme?: Theme;
type?: NotificationType;
passwordChangeUri?: string;
params?: NotificationMessageParams;
};
type NotificationBarWindowMessage = {