mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
tour: use color constants
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
// Definitions for compile-time UI settings.
|
||||
|
||||
/** The official Pybricks blue color. */
|
||||
export const pybricksBlue = '#0088ce';
|
||||
|
||||
/** Time in milliseconds before showing tooltip popover. */
|
||||
export const tooltipDelay = 1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user