Skip to content

Commit

Permalink
fix(components): import missing CSS style sheets.
Browse files Browse the repository at this point in the history
  • Loading branch information
square-li committed Sep 16, 2022
1 parent f83ed00 commit 9634ec9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/styles/awsui.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
@import "~@awsui/components-react/table/selection-control/styles.scoped.css";
@import "~@awsui/components-react/table/resizer/styles.scoped.css";
@import "~@awsui/components-react/table/styles.scoped.css";
@import "~@awsui/components-react/table/body-cell/styles.scoped.css";
@import "~@awsui/components-react/table/header-cell/styles.scoped.css";
@import "~@awsui/components-react/radio-group/styles.scoped.css";
@import "~@awsui/components-react/select/parts/styles.scoped.css";
@import "~@awsui/components-react/select/styles.scoped.css";
Expand All @@ -46,3 +48,4 @@
@import "~@awsui/components-react/button-dropdown/mobile-expandable-group/styles.scoped.css";
@import "~@awsui/components-react/button-dropdown/styles.scoped.css";
@import "~@awsui/components-react/grid/styles.scoped.css";
@import "~@awsui/components-react/autosuggest/styles.scoped.css";

0 comments on commit 9634ec9

Please sign in to comment.