Skip to content

Commit 31e022c

Browse files
Copilothotlong
andcommitted
Fix CSS import path to use published export from components package
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e54167a commit 31e022c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fields/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
*/
88

99
/* Import styles from @object-ui/components to ensure all Shadcn UI styles are available */
10-
@import '@object-ui/components/src/index.css';
10+
@import '@object-ui/components/style.css';

0 commit comments

Comments
 (0)