Skip to content

Commit e704cce

Browse files
authored
chore: add a login class to mgt-login styling story (#2586)
Signed-off-by: Martin Musale <[email protected]>
1 parent 74e4a72 commit e704cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/components/login/login.styles.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-login></mgt-login>
18+
<mgt-login class="login"></mgt-login>
1919
<style>
2020
.login {
2121
--login-signed-out-button-background: red;

0 commit comments

Comments
 (0)