Skip to content

Commit 37066d6

Browse files
committed
Imported css from react-styles
1 parent 66dfc98 commit 37066d6

File tree

4 files changed

+3
-28
lines changed

4 files changed

+3
-28
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/module/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"@patternfly/react-core": "^6.1.0",
3838
"@patternfly/react-icons": "^6.1.0",
3939
"@patternfly/react-table": "^6.1.0",
40+
"@patternfly/react-styles": "^6.1.0",
4041
"@segment/analytics-next": "^1.76.0",
4142
"clsx": "^2.1.0",
4243
"path-browserify": "^1.0.1",

packages/module/src/MessageBar/MessageBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
TextAreaProps,
1111
TooltipProps
1212
} from '@patternfly/react-core';
13-
import { css } from '../utils/css';
13+
import { css } from '@patternfly/react-styles';
1414

1515
// Import Chatbot components
1616
import SendButton from './SendButton';

packages/module/src/utils/css.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)