From 648f0e5b7b6ec4185af1e2fe0439f727b0147305 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Thu, 9 Mar 2023 19:18:17 -0800 Subject: [PATCH] Remove new logo from style tree --- styles/src/styleTree/workspace.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/src/styleTree/workspace.ts b/styles/src/styleTree/workspace.ts index 984b6b5ed354bf4b9300581d4594b25614ea788b..bebe87ce55c9ee15b7a13a49e6cffe9dba54cff6 100644 --- a/styles/src/styleTree/workspace.ts +++ b/styles/src/styleTree/workspace.ts @@ -48,7 +48,7 @@ export default function workspace(colorScheme: ColorScheme) { }, logo: { color: withOpacity("#000000", colorScheme.isLight ? 0.6 : 0.8), - icon: "icons/logo_256.svg", + icon: "icons/logo_96.svg", dimensions: { width: 256, height: 256, @@ -56,7 +56,7 @@ export default function workspace(colorScheme: ColorScheme) { }, logoShadow: { color: withOpacity(colorScheme.isLight ? "#FFFFFF" : colorScheme.lowest.base.default.background, colorScheme.isLight ? 1 : 0.6), - icon: "icons/logo_shadow_256.svg", + icon: "icons/logo_96.svg", dimensions: { width: 256, height: 256,