fix: Adjust Spectrum Bar Colors
This commit is contained in:
@@ -35,7 +35,7 @@ public partial class SharePopover : ComponentBase, IDisposable
|
||||
private string TrackUrl => $"{Navigation.BaseUri}track/{EntryKey}";
|
||||
|
||||
private string EmbedSnippet =>
|
||||
$"""<iframe src="{Navigation.BaseUri}FramePlayer?TrackEntryKey={EntryKey}" width="640" height="96" frameborder="0" style="border-radius:8px;" allow="autoplay"></iframe>""";
|
||||
$"""<iframe src="{Navigation.BaseUri}FramePlayer?TrackEntryKey={EntryKey}" width="656" height="196" frameborder="0" style="border-radius:8px;" allow="autoplay"></iframe>""";
|
||||
|
||||
private void Toggle() => _open = !_open;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user