1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL-110] fix code block text color in Storybook (#8868)

This commit is contained in:
Will Martin
2024-04-23 09:45:11 -04:00
committed by GitHub
parent e4ebf4aecc
commit 73d0782b6c

View File

@@ -47,3 +47,8 @@ $card-icons-base: "../../src/billing/images/cards/";
@import "bootstrap/scss/_print";
@import "multi-select/scss/bw.theme.scss";
// Workaround for https://bitwarden.atlassian.net/browse/CL-110
#storybook-docs pre.prismjs {
color: white;
}