diff --git a/src/App.js b/src/App.js
index bfa874c..1cea23b 100644
--- a/src/App.js
+++ b/src/App.js
@@ -272,9 +272,23 @@ class App extends Component {
themeListRenderer() {
const { theme } = this.state;
- return themeList.map((t, k) =>
-
- )
+ return themeList.map((t, k) => (
+
+ ));
}
listRenderer() {
diff --git a/src/index.css b/src/index.css
index 93442cf..533f200 100644
--- a/src/index.css
+++ b/src/index.css
@@ -245,6 +245,19 @@ svg { width: 100%; }
background-position: center;
}
+#theme_color_btn{
+ display:block;
+}
+
+#theme_color_btn:hover #tooltip{
+ display:block;
+ z-index:5;
+}
+
+#tooltip {
+ display:none ;
+}
+
.theme-button + .theme-button {
margin-left: 5px;
}