Skip to content

Commit e79f2e0

Browse files
authored
refactor(popover): fix casing inconsistency (#11848)
**Related Issue:** #N/A ## Summary Fix casing inconsistency to ensure the `header-container` class is consistently applied and styled across the `popover` component.
1 parent ff5ab2e commit e79f2e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/calcite-components/src/components/popover/popover.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
color: var(--calcite-popover-text-color, var(--calcite-color-text-1));
8989
}
9090

91-
.headerContainer {
91+
.header-container {
9292
@apply relative
9393
flex
9494
h-full

Diff for: packages/calcite-components/src/components/popover/resources.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const CSS = {
77
content: "content",
88
hasHeader: "has-header",
99
header: "header",
10-
headerContainer: "headerContainer",
10+
headerContainer: "header-container",
1111
headerContent: "header-content",
1212
heading: "heading",
1313
};

0 commit comments

Comments
 (0)