Update Create Playlist button color to primary
This commit is contained in:
parent
44acd814cc
commit
8d53cf5a38
2 changed files with 11 additions and 7 deletions
11
index.html
11
index.html
|
|
@ -250,13 +250,10 @@
|
|||
|
||||
<div id="page-library" class="page">
|
||||
<section class="content-section">
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;">
|
||||
<h2 class="section-title" style="margin-bottom: 0;">My Playlists</h2>
|
||||
<div style="display: flex; gap: 0.5rem;">
|
||||
|
||||
<button id="create-playlist-btn" class="btn-secondary">Create Playlist</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="library-header">
|
||||
<h2>My Playlists</h2>
|
||||
<button id="create-playlist-btn" class="btn-primary">Create Playlist</button>
|
||||
</div>
|
||||
<div class="card-grid" id="my-playlists-container"></div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -3850,3 +3850,10 @@ img:not([src]), img[src=''] {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.library-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: var(--spacing-md);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue