mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 06:01:37 +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"
|
||||
AdornmentColor="Color.Info"
|
||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||
Variant="Variant.Outlined"
|
||||
/>
|
||||
|
||||
<MudTextField
|
||||
@ -33,6 +34,7 @@
|
||||
AdornmentColor="Color.Info"
|
||||
HelperText="@T("Describe what kind of data this source contains to help the AI select it appropriately.")"
|
||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||
Variant="Variant.Outlined"
|
||||
Lines="3"
|
||||
/>
|
||||
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
AdornmentIcon="@Icons.Material.Filled.Lightbulb"
|
||||
AdornmentColor="Color.Info"
|
||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||
Variant="Variant.Outlined"
|
||||
/>
|
||||
|
||||
<MudTextField
|
||||
@ -33,6 +34,7 @@
|
||||
AdornmentColor="Color.Info"
|
||||
HelperText="@T("Describe what kind of data this source contains to help the AI select it appropriately.")"
|
||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||
Variant="Variant.Outlined"
|
||||
Lines="3"
|
||||
/>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user