@datalayer/core
Version:
[](https://datalayer.io)
11 lines (10 loc) • 435 B
JavaScript
/*
* Copyright (c) 2023-2025 Datalayer, Inc.
* Distributed under the terms of the Modified BSD License.
*/
// export const RESERVATION_CIRCLE_COLOR_VAR = '--data-yellow-color';
export const RESERVATION_CIRCLE_COLOR = '#656D76';
// export const CREDITS_CIRCLE_COLOR_VAR = '--data-blue-color';
export const CREDITS_CIRCLE_COLOR = '#16A085';
export const JOINED_INVITE_COLOR = '#0366d6';
export const PENDING_INVITE_COLOR = '#cfd3d7';