Refined dark theme styles

This commit is contained in:
Nate Butler
2022-04-03 01:04:34 -04:00
parent 2af313c8e2
commit 6a7c8a6995
8 changed files with 120 additions and 117 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export type ColorRamp = {
export function colorRamp(
color: Color | [Color, Color],
options?: { steps?: number; increment?: number }
options?: { steps?: number; increment?: number; }
): ColorRamp {
let scale: Scale;
if (Array.isArray(color)) {