From d413b9019b51eafdcfc8a80f9c503eb3bdcbcd90 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 16 Aug 2020 12:32:54 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20typo=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/round/src/types.ts b/packages/round/src/types.ts index 413c38df..4842f39a 100644 --- a/packages/round/src/types.ts +++ b/packages/round/src/types.ts @@ -1,4 +1,4 @@ -export interface ColorSchemas { +export interface ColorSchema { [name: string]: { base: string; outline: string;