diff options
author | bobzel <zzzman@gmail.com> | 2020-12-02 09:22:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 09:22:14 -0500 |
commit | 3b57c98d83ff99b04723f2c649ca6c42848c29c8 (patch) | |
tree | cf7be42dcadf5feebd4bcf79365de286760f2cd0 /src/client/util/CurrentUserUtils.ts | |
parent | 23290bd8a8d1cb1f1254a7b600bdc6f540caf52e (diff) | |
parent | 22372bb12fdc29167f9c93bbf11a8d192f9b6c92 (diff) |
Merge pull request #940 from browngraphicslab/presentation_v1
Presentation v1
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.")])]); |