Skip to content

Commit 3106622

Browse files
committed
fix: fix template for header with template story
1 parent 691d3c3 commit 3106622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-shell/ui-shell.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const HeaderWithTemplate = (args) => ({
186186
</div>
187187
<ng-template #brandTemplate>
188188
<a class="cds--header__name">
189-
<svg cdsIcon="carbon" size="32" style="stroke:white;fill:white"></svg>
189+
<svg cdsIcon="carbon" size="16"></svg>
190190
<span class="cds--header__name--prefix">IBM</span>
191191
[Platform]
192192
</a>

0 commit comments

Comments
 (0)