|
11 | 11 | <div class="row form-inline g-3"> |
12 | 12 | <div class="col-12 col-sm-4"> |
13 | 13 | <BootstrapInputGroup> |
14 | | - <BootstrapInputGroupLabel DisplayText="Icon" Width="96"></BootstrapInputGroupLabel> |
| 14 | + <BootstrapInputGroupLabel DisplayText="Icon" Width="106"></BootstrapInputGroupLabel> |
15 | 15 | <BootstrapInput @bind-Value="@_icon"></BootstrapInput> |
16 | 16 | </BootstrapInputGroup> |
17 | 17 | </div> |
18 | 18 | <div class="col-12 col-sm-4"> |
19 | 19 | <BootstrapInputGroup> |
20 | | - <BootstrapInputGroupLabel DisplayText="IconColor" Width="96"></BootstrapInputGroupLabel> |
| 20 | + <BootstrapInputGroupLabel DisplayText="IconColor" Width="106"></BootstrapInputGroupLabel> |
21 | 21 | <ColorPicker @bind-Value="@_iconColor"></ColorPicker> |
22 | 22 | </BootstrapInputGroup> |
23 | 23 | </div> |
24 | 24 | <div class="col-12 col-sm-4"> |
25 | 25 | </div> |
26 | 26 | <div class="col-12 col-sm-4"> |
27 | 27 | <BootstrapInputGroup> |
28 | | - <BootstrapInputGroupLabel DisplayText="Label" Width="96"></BootstrapInputGroupLabel> |
| 28 | + <BootstrapInputGroupLabel DisplayText="Label" Width="106"></BootstrapInputGroupLabel> |
29 | 29 | <BootstrapInput @bind-Value="@_label"></BootstrapInput> |
30 | 30 | </BootstrapInputGroup> |
31 | 31 | </div> |
32 | 32 | <div class="col-12 col-sm-4"> |
33 | 33 | <BootstrapInputGroup> |
34 | | - <BootstrapInputGroupLabel DisplayText="LabelColor" Width="96"></BootstrapInputGroupLabel> |
| 34 | + <BootstrapInputGroupLabel DisplayText="LabelColor" Width="106"></BootstrapInputGroupLabel> |
35 | 35 | <ColorPicker @bind-Value="@_labelColor"></ColorPicker> |
36 | 36 | </BootstrapInputGroup> |
37 | 37 | </div> |
38 | 38 | <div class="col-12 col-sm-4"> |
39 | 39 | <BootstrapInputGroup> |
40 | | - <BootstrapInputGroupLabel DisplayText="LabelBgColor" Width="96"></BootstrapInputGroupLabel> |
| 40 | + <BootstrapInputGroupLabel DisplayText="LabelBgColor" Width="106"></BootstrapInputGroupLabel> |
41 | 41 | <ColorPicker @bind-Value="@_labelBackgroundColor"></ColorPicker> |
42 | 42 | </BootstrapInputGroup> |
43 | 43 | </div> |
44 | 44 | <div class="col-12 col-sm-4"> |
45 | 45 | <BootstrapInputGroup> |
46 | | - <BootstrapInputGroupLabel DisplayText="Text" Width="96"></BootstrapInputGroupLabel> |
| 46 | + <BootstrapInputGroupLabel DisplayText="Text" Width="106"></BootstrapInputGroupLabel> |
47 | 47 | <BootstrapInput @bind-Value="@_text"></BootstrapInput> |
48 | 48 | </BootstrapInputGroup> |
49 | 49 | </div> |
50 | 50 | <div class="col-12 col-sm-4"> |
51 | 51 | <BootstrapInputGroup> |
52 | | - <BootstrapInputGroupLabel DisplayText="TextColor" Width="96"></BootstrapInputGroupLabel> |
| 52 | + <BootstrapInputGroupLabel DisplayText="TextColor" Width="106"></BootstrapInputGroupLabel> |
53 | 53 | <ColorPicker @bind-Value="@_textColor"></ColorPicker> |
54 | 54 | </BootstrapInputGroup> |
55 | 55 | </div> |
56 | 56 | <div class="col-12 col-sm-4"> |
57 | 57 | <BootstrapInputGroup> |
58 | | - <BootstrapInputGroupLabel DisplayText="TextBgColor" Width="96"></BootstrapInputGroupLabel> |
| 58 | + <BootstrapInputGroupLabel DisplayText="TextBgColor" Width="106"></BootstrapInputGroupLabel> |
59 | 59 | <ColorPicker @bind-Value="@_textBackgroundColor"></ColorPicker> |
60 | 60 | </BootstrapInputGroup> |
61 | 61 | </div> |
62 | 62 | <div class="col-12 col-sm-4"> |
63 | 63 | <BootstrapInputGroup> |
64 | | - <BootstrapInputGroupLabel DisplayText="Radius" Width="96"></BootstrapInputGroupLabel> |
65 | | - <Slider @bind-Value="@_radius" Min="0" Max="10"></Slider> |
| 64 | + <BootstrapInputGroupLabel DisplayText="Radius" Width="106"></BootstrapInputGroupLabel> |
| 65 | + <Slider @bind-Value="@_radius" Min="0" Max="10" Step="1"></Slider> |
66 | 66 | </BootstrapInputGroup> |
67 | 67 | </div> |
68 | 68 | </div> |
|
0 commit comments