mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 19:21:36 +00:00
Set text fields to use outlined variant in local data dialogs
This commit is contained in:
parent
ed497c67c0
commit
a687d2eb98
@ -18,6 +18,7 @@
|
|||||||
AdornmentIcon="@Icons.Material.Filled.Lightbulb"
|
AdornmentIcon="@Icons.Material.Filled.Lightbulb"
|
||||||
AdornmentColor="Color.Info"
|
AdornmentColor="Color.Info"
|
||||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||||
|
Variant="Variant.Outlined"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<MudTextField
|
<MudTextField
|
||||||
@ -33,6 +34,7 @@
|
|||||||
AdornmentColor="Color.Info"
|
AdornmentColor="Color.Info"
|
||||||
HelperText="@T("Describe what kind of data this source contains to help the AI select it appropriately.")"
|
HelperText="@T("Describe what kind of data this source contains to help the AI select it appropriately.")"
|
||||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||||
|
Variant="Variant.Outlined"
|
||||||
Lines="3"
|
Lines="3"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
@ -18,6 +18,7 @@
|
|||||||
AdornmentIcon="@Icons.Material.Filled.Lightbulb"
|
AdornmentIcon="@Icons.Material.Filled.Lightbulb"
|
||||||
AdornmentColor="Color.Info"
|
AdornmentColor="Color.Info"
|
||||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||||
|
Variant="Variant.Outlined"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<MudTextField
|
<MudTextField
|
||||||
@ -33,6 +34,7 @@
|
|||||||
AdornmentColor="Color.Info"
|
AdornmentColor="Color.Info"
|
||||||
HelperText="@T("Describe what kind of data this source contains to help the AI select it appropriately.")"
|
HelperText="@T("Describe what kind of data this source contains to help the AI select it appropriately.")"
|
||||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||||
|
Variant="Variant.Outlined"
|
||||||
Lines="3"
|
Lines="3"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user