reduce folderItem color brightness

+ do the same for playlist card
This commit is contained in:
geoffrey45
2022-11-03 10:10:56 +03:00
committed by Mungai Njoroge
parent 39fd43aff0
commit e9848b9073
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;