Skip to content

Commit f7f5645

Browse files
authored
Make volume icon size consistent with other inline icons (#5644)
1 parent 9b50510 commit f7f5645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Dashboard/Components/Controls/ResourceDetails.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<div>
143143
@if (context.IsReadOnly)
144144
{
145-
<FluentIcon Value="@(new Icons.Regular.Size12.LockClosed())" />
145+
<FluentIcon Value="@(new Icons.Regular.Size16.LockClosed())" Style="vertical-align: text-bottom" />
146146
}
147147
@context.MountType
148148
</div>

0 commit comments

Comments
 (0)