Skip to content

Commit be35b97

Browse files
authored
Merge pull request #11075 from google/enhancement/10956-fix-background-auto-updates-banner
Enhancement/10956 Follow Up - Remove background on Enable Auto Updates notice
2 parents 53cbe7a + 9b36bf7 commit be35b97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/js/components/notifications/EnableAutoUpdateBannerNotification.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function EnableAutoUpdateBannerNotification( {
8080
};
8181

8282
return (
83-
<Notification className="googlesitekit-publisher-win">
83+
<Notification>
8484
<NoticeNotification
8585
notificationID={ id }
8686
type={ TYPES.SUCCESS }
@@ -103,7 +103,7 @@ export default function EnableAutoUpdateBannerNotification( {
103103
}
104104

105105
return (
106-
<Notification className="googlesitekit-publisher-win">
106+
<Notification>
107107
<NoticeNotification
108108
notificationID={ id }
109109
type={ TYPES.NEW }

0 commit comments

Comments
 (0)