mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +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;
|
grid-template-columns: max-content 1fr;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $gray3;
|
background-color: $gray5;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
border-radius: 0.75rem;
|
border-radius: 0.75rem;
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ const props = defineProps<{
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.p-card {
|
.p-card {
|
||||||
background-color: $gray5;
|
background-color: #2c2c2e45;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 1fr max-content;
|
grid-template-rows: 1fr max-content;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user