Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 2042fab

Browse files
committed
feat(style) allow container to be access via part
1 parent 036af27 commit 2042fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcomponents/color/src/components/color/deckdeckgo-color.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export class DeckdeckgoColor {
237237
render() {
238238
return (
239239
<Host>
240-
<div class="color-container">
240+
<div class="color-container" part="container">
241241
{this.renderPalette()}
242242
{this.renderMore()}
243243
</div>

0 commit comments

Comments
 (0)