Skip to content

Commit 48a1691

Browse files
committed
🐛 fix custom-style not being applied for webcomponents
1 parent 59b72d0 commit 48a1691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/assets/temporary/custom-style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* We need this css to ensure the correct patternlab
33
* behaviour inside of a webcomponent.
44
*/
5-
:root {
5+
:host {
66
--color-brand-main-blue: #005A9F;
77
--color-neutrals-blue: #BDD4EA;
88
--color-neutrals-blue-xlight: #F2F6FA;

0 commit comments

Comments
 (0)