diff --git a/server/app/functions.py b/server/app/functions.py
index 237998f8..68e0f8ab 100644
--- a/server/app/functions.py
+++ b/server/app/functions.py
@@ -74,7 +74,7 @@ def fetch_artist_images():
artists = []
- for song in tqdm(api.DB_TRACKS, desc="Gathering artists"):
+ for song in tqdm(api.DB_TRACKS, desc="Finding artists"):
this_artists = song["artists"].split(", ")
for artist in this_artists:
diff --git a/src/assets/css/_variables.scss b/src/assets/css/_variables.scss
index 8e9cd218..18f37bdb 100644
--- a/src/assets/css/_variables.scss
+++ b/src/assets/css/_variables.scss
@@ -24,15 +24,16 @@ $gray3: rgb(72, 72, 74);
$gray4: rgb(58, 58, 60);
$gray5: rgb(44, 44, 46);
-$red: #fa4f55;
-$blue: #0960ef;
+
+$red: #FF453A;
+$blue: #0A84FF;
$green: rgb(20, 160, 55);
$yellow: rgb(255, 214, 10);
$orange: rgb(255, 159, 10);
$pink: rgb(255, 55, 95);
-$purple: rgb(191, 90, 242);
+$purple: #bf5af2;
$brown: rgb(172, 142, 104);
-$indigo: rgb(94, 92, 230);
+$indigo: #5E5CE6;
$teal: rgb(64, 200, 224);
// 60 30 10
diff --git a/src/components/contextMenu.vue b/src/components/contextMenu.vue
index d7ab2572..690889b0 100644
--- a/src/components/contextMenu.vue
+++ b/src/components/contextMenu.vue
@@ -90,7 +90,7 @@ const context = useContextStore();
right: -13rem;
width: 13rem;
top: -0.5rem;
- height: 23.5rem;
+ max-height: 23.5rem;
padding: $small !important;
background-color: $context;
diff --git a/src/components/modals/NewPlaylist.vue b/src/components/modals/NewPlaylist.vue
index e2e90e2a..9cd9da91 100644
--- a/src/components/modals/NewPlaylist.vue
+++ b/src/components/modals/NewPlaylist.vue
@@ -9,19 +9,25 @@
id="modal-playlist-name-input"
/>
-
+