diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-11-28 05:02:01 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-11-28 05:02:01 +0800 |
| commit | e58f51695864c4d3069d8aae25582b9a9a518799 (patch) | |
| tree | 66bd97e267613dd139aa657bfc621b82eab42405 /src/client/util | |
| parent | 2163ecd955882965bde452861879a51f92706c89 (diff) | |
audio in pres updates + pre-loader
Diffstat (limited to 'src/client/util')
| -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 202cd7b1f..4b046bb1a 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.")])]); |
