Skip to content

Commit

Permalink
Fix part selector for Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
rumenpetrov committed Oct 3, 2024
1 parent ce29674 commit 4145d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/challenge-contributions/8/rpetrov.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h1>Lorem ipsum dolor sit amet.</h1>
background-color: ${backgroundColor};
}

::part(root) {
:host::part(root) {
display: inline-block;
font-size: 16px;
color: var(--_r-message-color);
Expand Down

0 comments on commit 4145d95

Please sign in to comment.