Updated the UI of the application

This commit is contained in:
2025-05-26 20:25:27 +03:00
parent 8ba9448beb
commit dc40f4ebe4
10 changed files with 220 additions and 71 deletions

View 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;
}