Set color for switches to enhance visual consistency
Assigned appropriate color properties to various Switch components across dialogs and controls. This improves UI clarity by visually distinguishing different states and actions.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</Field>
|
||||
|
||||
<Field>
|
||||
<Switch TValue="bool" @bind-Checked="Prospect.Warning">Achtung!</Switch>
|
||||
<Switch TValue="bool" @bind-Checked="Prospect.Warning" Color="Color.Danger">Achtung!</Switch>
|
||||
</Field>
|
||||
|
||||
<div class="d-flex justify-content-end">
|
||||
|
||||
Reference in New Issue
Block a user