Skip to content

Commit

Permalink
fix(Panel): removing spacing build in favor of Tailwind classes (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Dec 29, 2024
1 parent 8ee9c90 commit 25dce37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-panel/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { commonTailwindConfigForComponent } from "../../configuration/tailwind.common";
export default commonTailwindConfigForComponent();
export default commonTailwindConfigForComponent("ui-panel");
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const componentsWithNoSpacingProp = [
"ui-main",
"ui-menu",
"ui-modal",
"ui-panel",
"ui-svgicon",
"ui-truncate",
];
Expand Down

0 comments on commit 25dce37

Please sign in to comment.