1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00: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

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