From bc398962544605927e370932bdce6df7f2ae8c42 Mon Sep 17 00:00:00 2001
From: Namit Chandwani <namitchandwani99@gmail.com>
Date: Sat, 12 Sep 2020 18:44:06 +0530
Subject: [PATCH] Add styling to first dropdown option

---
 src/user/setup/components/SetupPreview.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/user/setup/components/SetupPreview.js b/src/user/setup/components/SetupPreview.js
index 8a2c238a..d97752ac 100644
--- a/src/user/setup/components/SetupPreview.js
+++ b/src/user/setup/components/SetupPreview.js
@@ -89,7 +89,7 @@ class SetupPreview extends Component {
                     onChange={this.onChangeColor}
                     style={{ color: this.state.color }}
                   >
-                    <option value="aqua">
+                    <option value="aqua" style={{ color: "aqua" }}>
                       Blue
                     </option>
                     <option value="red" style={{ color: "red" }}>