Skip to content

Commit

Permalink
chore: use new style
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreroltd committed May 17, 2024
1 parent 5873f49 commit c452a83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const CookieConsent: FC = () => {
<div className={notificationWrapperClass}>
<Notification
intent="info"
displayStyle="borderless"
type="inlineStacked"
icon={<MonoCookie />}
role="none"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const MDNotification: FC<IProps> = ({ children, title = '', label }) => {
<Notification
intent={getColor(label)}
icon={getIcon(label)}
displayStyle="borderless"
type="inlineStacked"
role="none"
>
<NotificationHeading>{title}</NotificationHeading>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const CookieConsent: FC = () => {
<div className={notificationWrapperClass}>
<Notification
intent="info"
displayStyle="borderless"
type="inlineStacked"
icon={<MonoCookie />}
role="none"
>
Expand Down

0 comments on commit c452a83

Please sign in to comment.