Remove unused import

Nate Butler created

Change summary

styles/src/themes/dark.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

styles/src/themes/dark.ts 🔗

@@ -1,4 +1,4 @@
-import { color, colors, fontWeights, NumberToken } from "../tokens";
+import { colors, fontWeights, NumberToken } from "../tokens";
 import { withOpacity } from "../utils/color";
 import Theme, { buildPlayer, Syntax } from "./theme";