Added various icons to use for input prefixes. Updated pagination cocmponent.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@using JSMR.UI.Blazor.Enums
|
||||
|
||||
<BitTooltip Text="@Tooltip">
|
||||
<div class="j-input-prefix background-color-@BackgroundColor.ToString().ToLower()">
|
||||
<div class="j-input-prefix background-color-@BackgroundColor.ToClassName()">
|
||||
<Icon Color="Color" Size="SizeVarient.Small" Graphic="Graphic" Varient="IconVarient"></Icon>
|
||||
</div>
|
||||
</BitTooltip>
|
||||
@@ -17,7 +17,7 @@
|
||||
public ColorVarient Color { get; set; } = ColorVarient.Primary;
|
||||
|
||||
[Parameter]
|
||||
public ColorVarient BackgroundColor { get; set; } = ColorVarient.Black;
|
||||
public ColorVarient BackgroundColor { get; set; } = ColorVarient.SurfaceContainerHigh;
|
||||
|
||||
[Parameter]
|
||||
public string? Tooltip { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user