Skip to content

Commit a932840

Browse files
fix: remove low contrast from workspace notifications (#1053)
1 parent adfdba0 commit a932840

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

demo/src/react/WorkspaceWriteableElementExample.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ function WorkspaceWriteableElementExample({
160160
title="Notification Title"
161161
subtitle="Notification Subtitle"
162162
kind="warning"
163-
lowContrast={true}
164163
hideCloseButton
165164
/>
166165
<WorkspaceShellHeader

packages/ai-chat-components/src/components/workspace-shell/__stories__/workspace-shell-react.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ import "@carbon/ai-chat-components/es/react/workspace-shell-footer.js";
5252
slot="notification"
5353
title={notificationTitle}
5454
kind="warning"
55-
lowContrast={true}
5655
hideCloseButton
5756
>
5857
</InlineNotification>

packages/ai-chat-components/src/components/workspace-shell/__stories__/workspace-shell-react.stories.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ export const Default = {
130130
slot="notification"
131131
title={notificationTitle}
132132
kind="warning"
133-
lowContrast={true}
134133
hideCloseButton
135134
></InlineNotification>
136135
<WorkspaceShellHeader

0 commit comments

Comments
 (0)