We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c4b89 commit 8bf782eCopy full SHA for 8bf782e
src/ComputerLock/Components/HotkeyInput.razor
@@ -1,8 +1,7 @@
1
<MudPaper Elevation="0">
2
<MudText Typo="Typo.subtitle2" Class="input-title" Style="@(Disabled ? "opacity:0.5;" : "")">@(Title)</MudText>
3
<div class="d-flex align-center">
4
- <MudButton Color="Color.Secondary"
5
- Disabled="Disabled"
+ <MudButton Disabled="Disabled"
6
Size="Size.Small"
7
Variant="Variant.Outlined"
8
OnClick="SetShortcutKey">
0 commit comments