mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 06:01:37 +00:00
Fixed button
This commit is contained in:
parent
bcb7b951c5
commit
fcbce0bee5
@ -37,12 +37,12 @@ else
|
||||
</MudText>
|
||||
<MudButton
|
||||
Variant="Variant.Filled"
|
||||
Icon="@Icons.Material.Filled.Add"
|
||||
StartIcon="@Icons.Material.Filled.Add"
|
||||
Color="Color.Primary"
|
||||
OnClick="@(() => this.AddFilesManually())"
|
||||
Style="vertical-align: top; margin-top: -2px;"
|
||||
Size="Size.Small"
|
||||
T>@T("Add file")
|
||||
Size="Size.Small">
|
||||
@T("Add file")
|
||||
</MudButton>
|
||||
</MudStack>
|
||||
<div @onmouseenter="@this.OnMouseEnter" @onmouseleave="@this.OnMouseLeave">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user