Updated the UI of the application
This commit is contained in:
7
WebUI/Components/Shared/ModernLabel.razor
Normal file
7
WebUI/Components/Shared/ModernLabel.razor
Normal file
@@ -0,0 +1,7 @@
|
||||
<label class="form-label fw-semibold text-secondary" style="font-size: 1rem;">
|
||||
@Text
|
||||
</label>
|
||||
|
||||
@code {
|
||||
[Parameter] public string Text { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user