Skip to content

Commit

Permalink
Fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ddc22 committed Jan 31, 2025
1 parent f939941 commit e2e3f54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`TimeMismatchWarning to render if GMT offsets do not match 1`] = `
<div>
<div
aria-label="Notice"
class="notice is-warning is-dismissable"
class="notice is-reskinned is-warning is-dismissable"
role="status"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`<GlobalNotices /> should render notices with the expected structure 1`]
>
<div
aria-label="Notice"
class="notice is-success is-dismissable"
class="notice is-reskinned is-success is-dismissable"
role="status"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`JetpackConnectNotices Should render non-terminal notice if callback sup
>
<div
aria-label="Notice"
class="notice is-warning"
class="notice is-reskinned is-warning"
role="status"
>
<span
Expand Down Expand Up @@ -49,7 +49,7 @@ exports[`JetpackConnectNotices Should render notice 1`] = `
>
<div
aria-label="Notice"
class="notice is-error"
class="notice is-reskinned is-error"
role="status"
>
<span
Expand Down

0 comments on commit e2e3f54

Please sign in to comment.