Skip to content

Commit 47ae27a

Browse files
Update storybook
1 parent 7cbc2a3 commit 47ae27a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/render-hooks-logo_full.png

136 KB
Loading

.storybook/Theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export default create({
44
base: 'dark',
55
brandTitle: 'RenderHooks',
66
brandUrl: 'https://github.com/brandonmcconnell/render-hooks',
7-
brandImage: 'https://github.com/brandonmcconnell/render-hooks/blob/main/.github/render-hooks-logo.png?raw=true',
7+
brandImage: 'https://github.com/brandonmcconnell/render-hooks/blob/main/.github/render-hooks-logo_full.png?raw=true',
88
// brandTarget: '_self',
99
});

.storybook/storybook.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ body {
88
}
99

1010
.sidebar-header a[title] img {
11-
width: 64px;
12-
height: auto;
11+
height: 47px;
12+
width: auto;
1313
}
1414

1515
[data-story-block] > [data-name] {

0 commit comments

Comments
 (0)