Add whitespace to color-password stories (#4757)

This commit is contained in:
Thomas Rittson 2023-02-16 19:49:04 +10:00 committed by GitHub
parent 65b9ab66d0
commit d269439391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Meta, Story } from "@storybook/angular";
import { ColorPasswordComponent } from "./color-password.component";
const examplePassword = "Wq$Jk😀7jDX#rS5Sdi!z";
const examplePassword = "Wq$Jk😀7j DX#rS5Sdi!z ";
export default {
title: "Component Library/Color Password",