tour: use color constants

This commit is contained in:
David Lechner
2022-12-02 11:37:22 -06:00
parent a443ced3f4
commit c001ca77c1
2 changed files with 9 additions and 8 deletions
+3
View File
@@ -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;