aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-06 14:29:43 -0400
committerbobzel <zzzman@gmail.com>2020-10-06 14:29:43 -0400
commit031e29b1cf14f643f3b52c52f77785e71f011708 (patch)
tree3f8d0e0927d11b9ae10b888fbf083c4b1374d0a0 /src/client/util/CurrentUserUtils.ts
parente66380d8a99c3ee61faeaaebf6e28395332e1d64 (diff)
from last
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r--src/client/util/CurrentUserUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts
index f6ac363da..144c4b804 100644
--- a/src/client/util/CurrentUserUtils.ts
+++ b/src/client/util/CurrentUserUtils.ts
@@ -884,7 +884,7 @@ export class CurrentUserUtils {
(sharedDocs as Doc)["acl-Public"] = Doc.GetProto(sharedDocs as Doc)["acl-Public"] = SharingPermissions.Add;
}
if (sharedDocs instanceof Doc) {
- sharedDocs.userColor = sharedDocs.userColor || "#12121233";
+ sharedDocs.userColor = sharedDocs.userColor || "#121212";
}
doc.mySharedDocs = new PrefetchProxy(sharedDocs);
}