Skip to content
Merged
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
9 changes: 9 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,13 @@
.sidebar-item svg {
color: black;
}

/* Brand logo sizing */
.sidebar-header a img,
.sidebar-header img {
height: 40px !important;
width: auto !important;
max-height: 40px !important;
max-width: none !important;
}
</style>
2 changes: 1 addition & 1 deletion .storybook/themeCFPB.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { create } from 'storybook/theming/create';
import CfpbLogo from '../src/assets/images/cfpb-logo-vertical.png';
import CfpbLogo from '../src/assets/images/cfpb-logo.png';

const colors = {
black: '#101820',
Expand Down
Loading