Skip to content

Commit dcec953

Browse files
authored
fix: add class to people-picker styles story to enable custom css (#2605)
1 parent e380b4a commit dcec953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/components/peoplePicker/peoplePicker.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
};
1616

1717
export const customCSSProperties = () => html`
18-
<mgt-people-picker></mgt-people-picker>
18+
<mgt-people-picker class="people-picker"></mgt-people-picker>
1919
<style>
2020
.people-picker {
2121
--people-picker-selected-option-background-color: orange;

0 commit comments

Comments
 (0)