mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
Changed icon appearance
This commit is contained in:
parent
16ce139e56
commit
053342b4bb
@ -18,13 +18,13 @@
|
|||||||
@T("Drop one file here to load its content.")
|
@T("Drop one file here to load its content.")
|
||||||
</MudText>
|
</MudText>
|
||||||
}
|
}
|
||||||
|
|
||||||
<MudSpacer/>
|
<MudSpacer/>
|
||||||
|
|
||||||
@if (this.hasLoadedFileContent)
|
@if (this.hasLoadedFileContent)
|
||||||
{
|
{
|
||||||
<MudTooltip Text="@this.FileLoadedTooltip()">
|
<MudTooltip Text="@this.FileLoadedTooltip()">
|
||||||
<MudBadge Content="1" Color="Color.Success" Overlap="true">
|
<MudIcon Icon="@Icons.Material.Filled.AttachFile" Color="Color.Success"/>
|
||||||
<MudIcon Icon="@Icons.Material.Filled.AttachFile" Color="Color.Default"/>
|
|
||||||
</MudBadge>
|
|
||||||
</MudTooltip>
|
</MudTooltip>
|
||||||
}
|
}
|
||||||
</MudStack>
|
</MudStack>
|
||||||
@ -41,10 +41,8 @@ else
|
|||||||
@if (this.hasLoadedFileContent)
|
@if (this.hasLoadedFileContent)
|
||||||
{
|
{
|
||||||
<MudTooltip Text="@this.FileLoadedTooltip()">
|
<MudTooltip Text="@this.FileLoadedTooltip()">
|
||||||
<MudBadge Icon="@Icons.Material.Filled.Check" Color="Color.Success" Overlap="true" Class="mx-6 my-4">
|
<MudIcon Icon="@Icons.Material.Filled.AttachFile" Color="Color.Success" />
|
||||||
<MudIcon Icon="@Icons.Material.Filled.AttachFile" Color="Color.Default" />
|
|
||||||
</MudBadge>
|
|
||||||
</MudTooltip>
|
</MudTooltip>
|
||||||
}
|
}
|
||||||
</MudStack>
|
</MudStack>
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user