From e650979bdfe32278ae6ad3b4fd344ea8990d454c Mon Sep 17 00:00:00 2001 From: Alexander Atallah Date: Thu, 8 Oct 2020 15:14:12 -0400 Subject: [PATCH] update themes --- src/constants.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 009ded59..91f0e8e3 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,10 +1,9 @@ -export const ASSET_URL = 'https://opensea.io/assets/0x1301566b3cb584e550a02d09562041ddc4989b91/28' +export const ASSET_URL = + "https://opensea.io/assets/0x1301566b3cb584e550a02d09562041ddc4989b91/28"; export enum EmbedTheme { Default = "true", Simple = "simple", - Night = "night", - Day = "light", } -export const CHOSEN_THEME = EmbedTheme.Night; +export const CHOSEN_THEME = EmbedTheme.Default;