diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-12-03 17:13:24 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-12-03 17:13:24 +0530 |
commit | b68bfe6a3acc9df6dfdd170173bcca8d7595b12a (patch) | |
tree | 530e7db271b674b95eff94b304838be36d277548 /src/client/util/CurrentUserUtils.ts | |
parent | 92c0f12098866a0e1936a74e9e50a9c0c5c1ad27 (diff) | |
parent | 3b045d03656383df81515485032bfda9e2b16409 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 99dfbaf1c..213bc3d88 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -63,7 +63,7 @@ export class CurrentUserUtils { [this.ficon({ ignoreClick: true, icon: "mobile", - backgroundColor: "rgba(0,0,0,0)" + backgroundColor: "transparent" }), this.mobileTextContainer({}, [this.mobileButtonText({}, "NEW MOBILE BUTTON"), this.mobileButtonInfo({}, "You can customize this button and make it your own.")])]); |