1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-20 09:35:22 +02:00

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

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",