Skip to content

Commit 8bf782e

Browse files
committed
调整样式
1 parent 57c4b89 commit 8bf782e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ComputerLock/Components/HotkeyInput.razor

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<MudPaper Elevation="0">
22
<MudText Typo="Typo.subtitle2" Class="input-title" Style="@(Disabled ? "opacity:0.5;" : "")">@(Title)</MudText>
33
<div class="d-flex align-center">
4-
<MudButton Color="Color.Secondary"
5-
Disabled="Disabled"
4+
<MudButton Disabled="Disabled"
65
Size="Size.Small"
76
Variant="Variant.Outlined"
87
OnClick="SetShortcutKey">

0 commit comments

Comments
 (0)