Skip to content

Commit 04c7c8e

Browse files
committed
fix: revert dropping the size of the navbar icon to match expected designs
1 parent 7a30a5f commit 04c7c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/bolt-navbar/src/_navbar-title.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="c-bolt-navbar__title-icon">
88
{% include "@bolt/icon.twig" with {
99
"name": icon.name,
10-
"size": "medium"
10+
"size": "large"
1111
} only %}
1212
</div>
1313
<{{ tag }} class="c-bolt-navbar__title-text">

0 commit comments

Comments
 (0)