Cleaning up layout issues for current tab panel.

This commit is contained in:
Jonathan Kingston
2017-05-26 11:41:14 +01:00
parent 0f9dd77687
commit 5cd2ac0187
3 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -113,8 +113,8 @@ const Logic = {
return identity || {
name: "Default",
cookieStoreId,
icon: "circle",
color: "black"
icon: "default-tab",
color: "default-tab"
};
},