mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
reduce folderItem color brightness
+ do the same for playlist card
This commit is contained in:
committed by
Mungai Njoroge
parent
39fd43aff0
commit
e9848b9073
@@ -33,7 +33,7 @@ defineProps<{
|
||||
grid-template-columns: max-content 1fr;
|
||||
padding-right: 1rem;
|
||||
align-items: center;
|
||||
background-color: $gray3;
|
||||
background-color: $gray5;
|
||||
transition: all 0.2s ease;
|
||||
border-radius: 0.75rem;
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ const props = defineProps<{
|
||||
|
||||
<style lang="scss">
|
||||
.p-card {
|
||||
background-color: $gray5;
|
||||
background-color: #2c2c2e45;
|
||||
display: grid;
|
||||
grid-template-rows: 1fr max-content;
|
||||
padding: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user