Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/add-password-info-for-restricted-themes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@solid-design-system/docs': patch
---

docs: add contact information to the protected theme access dialog
3 changes: 3 additions & 0 deletions packages/docs/.storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ function createProtectionDialog(): HTMLDialogElement {
<p class="dialog-text">
This theme is protected. Please enter the password to continue.
</p>
<p class="dialog-text">
Contact the Solid Design System Team in MS Teams to get access to the theme password.
</p>
<div class="input-group">
<label for="theme-password-input">Password</label>
<input
Expand Down
Loading