mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
hotfix(popover): include missing Popover styles from carbon-components version 10.47 (#913)
* chore(deps-dev): install carbon-components@10.47 for Popover styles * hotfix(popover): import popover styles from carbon-components@10.47
This commit is contained in:
parent
62b71305d6
commit
1a0e990bdf
11 changed files with 30 additions and 1 deletions
|
@ -30,6 +30,7 @@
|
|||
@import "carbon-components/src/components/tag/tag";
|
||||
@import "carbon-components/src/components/notification/inline-notification";
|
||||
@import "carbon-components/src/components/notification/toast-notification";
|
||||
@import "carbon-components-10.47/src/components/popover/popover";
|
||||
|
||||
// The default theme is "white" (White)
|
||||
:root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue