mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 17:01:36 +00:00
Updated Close button style
This commit is contained in:
parent
4646695edf
commit
5734a83ae6
@ -66,6 +66,8 @@
|
|||||||
}
|
}
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
<MudButton OnClick="@this.Close">Close</MudButton>
|
<MudButton OnClick="@this.Close" Variant="Variant.Filled" Color="Color.Primary">
|
||||||
|
Close
|
||||||
|
</MudButton>
|
||||||
</DialogActions>
|
</DialogActions>
|
||||||
</MudDialog>
|
</MudDialog>
|
||||||
Loading…
Reference in New Issue
Block a user