diff --git a/package.json b/package.json
index c7c7ecb5b6ee787081ccb40970fd6d8c7af7c818..78dba6d7d6efa204d9d04ebd47f42de1a4c04918 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@project-sunbird/sb-themes",
-  "version": "0.0.83",
+  "version": "0.0.84",
   "description": "Sunbird project application themes",
   "main": "index.js",
   "scripts": {
diff --git a/themes/themes-mobile.scss b/themes/themes-mobile.scss
index 46fd7f9c4b9aba817075d6c66b7e38cc737bcf7f..31876dd41e3e6c35e4b1625061c905f0f596c460 100644
--- a/themes/themes-mobile.scss
+++ b/themes/themes-mobile.scss
@@ -203,6 +203,8 @@ html[data-theme="JOYFUL"][data-mode="DARKMODE"] {
   --cc-listView-compt-itemText: #fff;
   --cc-listView-compt-title: #fff;
 
+  --sbt-theme-purple-selectbox-lbg: #333;
+
   ion-tabs ion-tab-button {
     --color-selected: var(--app-primary);
   }