File tree Expand file tree Collapse file tree
src/TryMudBlazor.Client/Pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 A playground for <MudLink Typo =" Typo.h4" Href =" https://mudblazor.com" Target =" _blank" >MudBlazor</MudLink > @Version
2020 </MudText >
2121 <div class =" px-2 mt-8" >
22- <MudButton Variant =" Variant.Filled" Color =" Color.Primary" Size =" Size.Large" DisableElevation = " true " Class =" px-6" Href =" /snippet" >Play now</MudButton >
22+ <MudButton Variant =" Variant.Filled" Color =" Color.Primary" Size =" Size.Large" DropShadow = " false " Class =" px-6" Href =" /snippet" >Play now</MudButton >
2323 </div >
2424 </div >
2525 </MudItem >
Original file line number Diff line number Diff line change 33
44<div class =" try-layout" >
55 <MudDrawer Fixed =" false" Elevation =" 1" Variant =" @DrawerVariant.Mini" Class =" try-drawer" >
6- <MudIconButton Title =" Run (Ctrl + S)" OnClick =" @CompileAsync" Disabled =" @Loading" Icon =" @Icons.Material.Rounded.PlayArrow" Color =" @(LayoutService.IsDarkMode ? Color.Success : Color.Inherit)" />
6+ <MudIconButton title =" Run (Ctrl + S)" OnClick =" @CompileAsync" Disabled =" @Loading" Icon =" @Icons.Material.Rounded.PlayArrow" Color =" @(LayoutService.IsDarkMode ? Color.Success : Color.Inherit)" />
77 <MudTooltip Text =" Save or Share" Delay =" 800" Arrow =" true" Placement =" Placement.Right" Color =" Color.Dark" >
88 <SaveSnippetPopup @bind-Visible =" SaveSnippetPopupVisible" CodeFiles =" @CodeFiles.Values" UpdateActiveCodeFileContentAction =" UpdateActiveCodeFileContent" />
99 <MudIconButton OnClick =" ShowSaveSnippetPopup" Icon =" @Icons.Material.Outlined.Save" Color =" @(LayoutService.IsDarkMode ? Color.Info : Color.Inherit)" />
You can’t perform that action at this time.
0 commit comments