From a2b972104186a974990a0e75c42232101119489b Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Tue, 21 May 2024 19:11:00 +1000 Subject: [PATCH] update icon --- src/interface/pages/Store.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interface/pages/Store.tsx b/src/interface/pages/Store.tsx index e551aedc..685bd319 100644 --- a/src/interface/pages/Store.tsx +++ b/src/interface/pages/Store.tsx @@ -196,7 +196,7 @@ const Store = () => { > e.stopPropagation()} - className="w-full max-w-xl h-[95%] p-8 bg-white rounded-t-2xl dark:bg-zinc-800 overflow-scroll" + className="w-full max-w-xl h-[95%] p-8 pt-5 bg-white rounded-t-2xl dark:bg-zinc-800 overflow-scroll" exit={{ y: "100vh" }} transition={{ type: 'spring', stiffness: 300, damping: 30 }} variants={containerVariants} @@ -205,11 +205,11 @@ const Store = () => { > setDisplayTheme(null)} variants={textVariants} > - × + {'\ued8a'} {displayTheme.name}