refactor(css): consolidate track-view layout and card text color rules; switch genre chip to Outlined variant

This commit is contained in:
daniel-c-harvey
2026-06-05 16:58:07 -04:00
parent 9854d51940
commit b3473aa37e
5 changed files with 23 additions and 25 deletions
@@ -37,7 +37,7 @@
{
<MudChip T="string"
Size="Size.Small"
Variant="Variant.Filled"
Variant="Variant.Outlined"
Color="Color.Primary"
Class="deepdrft-genre-chip">
@TrackModel.Genre
@@ -1,5 +1,3 @@
.tracks-gallery-container {
padding: 16px;
height: 100%;
box-sizing: border-box;
}